johannilsson / android-pulltorefresh

DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
2.47k stars 1.03k forks source link

Fling prevention #17

Closed timimahoney closed 13 years ago

timimahoney commented 13 years ago

This change prevents the list from bouncing at the top after a fling. Before, if you flung to the top of the list, there would be some bouncing after a short delay. This change fixes that problem.