quiph / RecyclerView-FastScroller

A fully customizable Fast Scroller for the RecyclerView in Android, written in Kotlin
Apache License 2.0
855 stars 70 forks source link

[Bug] FastScroll handle disappears #33

Closed shahsurajk closed 3 years ago

shahsurajk commented 4 years ago

Bug Description

When you scroll to the last element and re-draw the fragment, the handle disappears (it's actually below the visible screen length).

Recording for reference : output

shahsurajk commented 4 years ago

@tom5079 do you wish to try this out?

tom5079 commented 4 years ago

@shahsurajk I'll try it for sure. ~Can you provide me a reproducible code?~ Found it.

tom5079 commented 4 years ago

@shahsurajk Is there any slack channel that we can work on together?

tom5079 commented 4 years ago

@shahsurajk actually, #29 fixes it

shahsurajk commented 4 years ago

@tom5079 can you amend your last commit on #29 and add the commit message "Fixes #33"

shahsurajk commented 3 years ago

fixed with https://github.com/quiph/RecyclerView-FastScroller/releases/tag/v1.0.0