eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

Header Move When Removing Position 0 #18

Closed is-devteam closed 9 years ago

is-devteam commented 9 years ago

If position 0 is removed, and position 1 returns the same header id as position 0, the header will slide down to the top of position 1 while position 0 is animating out. It then slides back to the top as position 1 becomes the new position 0. This has a very jarring effect on the animation of the RecyclerView items.