SCROLL_STATE_IDLE is never called in case of scrolling up
dawidfiruzek opened this issue · 2 comments
dawidfiruzek commented
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
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
Closing due to no response.