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.
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?
I use
StickyHeaders.ViewSetup
withsetupStickyHeaderView
method. Everything works fine if i scroll RecyclerView very slowly. When i scrolling it fast,bindStickyHeader
method inStickyHeadersLinearLayoutManager
class replaces my modified header item with original header item. All my changes to the header view insetupStickyHeaderView
disappear.Is it possible to fix this issue? This issue i can reproduce on Android 9 phone.