ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

scrolling back to the top in a long listView shows wrong scrollY (should be 0) #213

Closed dabitdev closed 8 years ago

dabitdev commented 8 years ago

When I scroll down the listview more than 5000 (scrollY) when I go back to the top the scrollY is not 0 and the imageHeader is gone or with a wrong TranslationY.