johannilsson/android-pulltorefresh

Vertical Scrolling issue on Android 4.1 (Jelly Bean)

aheuermann opened this issue · 1 comments

I tested my app that uses this library in the 4.1 emulator and noticed the lists were not scrolling vertically. After a lot of trial and error, the issue ended up being in the onAttachedToWindow() method. It simply needs to call super.onAttachedToWindow().

See the fix here: aheuermann@6448000

Closing issue. Submitted another issue with code attached : #53