I have a ListView
having fastScroll
always enabled and SwipeRefresh
implementation. When i swipe the list downward, i
Fast scroll in recyclerveiew was added in api 26. https://developer.android.com/topic/libraries/support-library/revisions#26-0-0.
If you want to use it pre api 26 use
https://github.com/L4Digital/FastScroll
This library has builtin fastscroll and it has a scroll listener that can disable the refreshview layout on scrolling
The developer addresses the problem here:
https://github.com/L4Digital/FastScroll/issues/14