rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 614 forks source link

SCROLL_STATE_IDLE is never called in case of scrolling up #24

Closed dawidfiruzek closed 6 years ago

dawidfiruzek commented 7 years ago

In case of swiping up when we are focused on first element, SCROLL_STATE_IDLE is never called. The same issue occurs when we are focused on second or third element and we swipe up really fast. This problem does not occur in case of using LinearSnapHelper

rubensousa commented 7 years ago

This isn't part of the library. Those events are called by the RecyclerView itself.

Anyway, I've updated the sample with a vertical list of items that fills the whole screen. The onSnap method seems to be called properly. Can you check the sample again?

rubensousa commented 6 years ago

Closing due to no response.