bgogetap / StickyHeaders

Easily add Sticky Headers to your RecyclerView
Apache License 2.0
521 stars 88 forks source link

[BUG] onBindViewHolder is repeatly called forever when 2 headers displayed same time #75

Open khanhbigpay opened 6 years ago

bgogetap commented 6 years ago

Are these two headers from two different lists on the same screen?

khanhbigpay commented 6 years ago

When scroll up slowly and get 2 headers from 1 list displayed. The onBindViewHolder repeatly called

nicklasl commented 6 years ago

I also have this problem (which makes my app eat lots of CPU). In my case I have a Viewpager with Recyclerviews (where I use sticky headers) and I can't really say that it occurs when I get 2 headers at the same time... I sometimes get it anyway.

MedveDomg commented 4 years ago

Did anybody find solution?