You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any child model has the ability to override `onFailToRecycleView()` to
proform any manual cleanup as necessay. (usually caused by animations)
airbnb#46
So that we can delegate view clean up to a model instead of handling it in the adapter
The text was updated successfully, but these errors were encountered: