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.