I have two recyclerviews, both of them are vertical. These two have seperate adapters and outer one is grid layout manager. On the other hand, inner recyclerview has staggered layout manager.
Inner recyclerview never scrolls because of its parent scrolling however, inner recyclerview also never calls detach for its viewholders. So, it draws all items at once. Is there a way to make it recycle to its views?