TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Horizontal RecycleView inside the Vertical RecycleView not Working Properly #182

Closed SandeepkumarPatel closed 7 years ago

SandeepkumarPatel commented 8 years ago

I have a Horizontal RecycleView and inside i have on Vertical RecycleView with sticky headers

Now List Showing Properly but when we scroll the Vertical List and when Recycled Views are taking the place in the list again at that time horizontal RecycleView images are not changes means it shows the previous Item Views images only.

When i debug the app at that time it is not calling the onBIndViewMethod of the Horizontal RecycleView.

Also if i remove the sticky header functionality list is functioning properly.

Please help i have been checking this issue for long..