RecyclerView-FastScroller
RecyclerView-FastScroller copied to clipboard
Add option to disable touch on the invisible track
It would be nice to have some kind of option to disable touch on the invisible track Sometimes users touch it accidentally without knowing that it would actually move to that position.
@tom5079 Let's add reference this issue in #32 by amending the last commit message
just comment out trackView.setOnTouchListener(touchListener) at https://github.com/quiph/RecyclerView-FastScroller/blob/0ba9c9a4ac37c0041e7941865a9a822c42f631a9/recyclerviewfastscroller/src/main/java/com/qtalk/recyclerviewfastscroller/RecyclerViewFastScroller.kt#L498 for it. Do not be confused by it not working in the sample app, the recyclerView actually has side margins and it doesn't go below the track. Pretty bad UX I'd say :)