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.

Home Page:http://tonicartos.nz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal RecycleView inside the Vertical RecycleView not Working Properly

SandeepkumarPatel opened this issue · comments

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..