TellH / RecyclerStickyHeaderView

Sticky header view or suspending view for RecyclerView.
Apache License 2.0
345 stars 57 forks source link

StickyHeader not keeping on top #11

Open BCarlosH opened 6 years ago

BCarlosH commented 6 years ago

Hi, Testing your library before implementation, I found an issue when you perform a fast scroll up and then down. The header doesn't keep on top and doesn't show totally.

I attach an image for more information.

stickyheader issue
iamdeadman commented 6 years ago

Hi,

I am having the same issue too. I have a non-sticky view and a sticky view along with multiple items of each type. When I fast scroll to top, the first item gets removed from view somehow and is not shown anymore.

Were you able to find a solution / alternate ?