onViewRecycled

open override fun onViewRecycled()

Should be called on a view's detach from window to unbind or release object references and cancel all running coroutine jobs if the current view

Consider calling this in android.view.View.onDetachedFromWindow