ShawnLin013 / NumberPicker

:slot_machine: The android library that provides a simple and customizable NumberPicker.
MIT License
1.07k stars 240 forks source link

Scrolling bug with wrapSelectorWheel=false introduced in v2.4.10 #173

Closed mateuspiresl closed 3 years ago

mateuspiresl commented 4 years ago

When scrolling from the first or last element, with wrapSelectorWheel set to false, the scroller automatically moves to the current element. That means it doesn't let you move out from the first and the last element.

mateuspiresl commented 4 years ago

Noticed it allows only when the movement is fast enough.

balazsbanyai commented 3 years ago

https://github.com/ShawnLin013/NumberPicker/pull/176 fixes this issue

ShawnLin013 commented 3 years ago

This issue has been fixed at v2.4.11. @mateuspiresl