stopIgnoringView

open fun stopIgnoringView(@NonNull view: View)(source)

View can be scrapped and recycled again.

Note that calling this method removes all information in the view holder.

You can call this method only if your LayoutManger is in onLayout or onScroll callback.

Parameters

view

View to ignore.