Open khanhbigpay opened 6 years ago
When scroll up slowly and get 2 headers from 1 list displayed. The onBindViewHolder repeatly called
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.
Did anybody find solution?
Are these two headers from two different lists on the same screen?