danoz73 / RecyclerViewFastScroller

A Fast Scroller for the RecyclerView world!
Other
1.13k stars 211 forks source link

FastScrollerTouchListener ACTION_CANCEL #46

Open MarioLenci opened 9 years ago

MarioLenci commented 9 years ago

the FastScrollerTouchListener doesn't manage the ACTION_CANCEL event as a discard event.

If the VerticalRecyclerViewFastScroller is inside a ViewPager, a swipe started on the view will first show the SectionTitleIndicator and then leave it visible when the ViewPager starts to swipe the page.

https://github.com/danoz73/RecyclerViewFastScroller/blob/master/recyclerviewfastscroller/src/main/java/xyz/danoz/recyclerviewfastscroller/FastScrollerTouchListener.java#L35