TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Scrolling issue with Sticky Headers on #231

Open dvdciri opened 3 years ago

dvdciri commented 3 years ago

When you use this library with a RecyclerView that sits inside a swipe to refresh layout, or any other layout that handles vertical scrolling (i.e. a bottom sheet behavior), if you scroll up the list to the top and keep going, it will trigger the swipe to refresh or the bottom sheet dragging BEFORE the RecyclerView reaches the top of the list, so before it gets to the first header.

This issue seems to go away if I don't use the library, in both scenarios.