You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
I have noticed an issue when the list contains a small number of elements.
It can be reproduced by only keeping the first 20 or so items in the countries.json file of the sample app.
When scrolling using the scroll handle everything is going fine :
but when dragging down the list itself to the end, the scroll handle doesn't go until the bottom, even though I have reached the last element in the list :
Is it related to the TODO item mentioned in the README ( Make handle size flexible to item count in adapter) or is it a bug?