Doist / RecyclerViewExtensions

RecyclerView made easier.
MIT License
495 stars 42 forks source link

StickyHeaders not updating layout with StickyHeaders.ViewSetup #36

Open menscikov opened 3 years ago

menscikov commented 3 years ago

I use StickyHeaders.ViewSetup with setupStickyHeaderView method. Everything works fine if i scroll RecyclerView very slowly. When i scrolling it fast, bindStickyHeader method in StickyHeadersLinearLayoutManager class replaces my modified header item with original header item. All my changes to the header view in setupStickyHeaderView disappear.

Is it possible to fix this issue? This issue i can reproduce on Android 9 phone.

goncalossilva commented 2 years ago

Hi @menscikov! Sorry for the delay in getting back to you. We haven't been able to reproduce this issue before. Does it still happen? Which device was running Android 9?