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

Fails to scroll in 4.1.1 (Jellybean) #54

Closed jdale38 closed 12 years ago

jdale38 commented 12 years ago

Fails to scroll up or down in Android 4.1.1 (Jellybean).

jdale38 commented 12 years ago

https://github.com/johannilsson/android-pulltorefresh/pull/53 - need to call super.onAttachedToWindow();

YidongZheng commented 11 years ago

Thx!