onChildDetachedFromWindow

Called when an item view is detached from this RecyclerView.

Subclasses of RecyclerView may want to perform extra bookkeeping or modifications of child views as they become detached. This will be called as a LayoutManager fully detaches the child view from the parent and its window.

Parameters

child

Child view that is now detached from this RecyclerView and its associated window