timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Conflict with recyclerview selection tracker #102

Open moallemi opened 5 years ago

moallemi commented 5 years ago

RecyclerView-FastScroll can not be activated while using selection tracker from androidx.recyclerview:recyclerview-selectionlibrary. Because as you start fast scrolling all items on the list are selected or sometimes they are selected randomly as you drag the fast scroll thumb and cause the recyclerview-selection logic crash.