L4Digital / FastScroll

A ListView-like FastScroller for Android’s RecyclerView.
Apache License 2.0
901 stars 75 forks source link

Feature: Show bubble on scroll recyclerview #47

Closed yoobi closed 3 years ago

yoobi commented 3 years ago

I've develop a feature for this issue: https://github.com/L4Digital/FastScroll/issues/46

randr0id commented 3 years ago

getVerticalScrollbarPosition() returns the position of the scrollbar on screen, not the scroll position, so this change does not work.

I've implemented the feature as requested here: https://github.com/L4Digital/FastScroll/pull/51