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.
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