ksoichiro / Android-ObservableScrollView

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

scrollY incorrect when you scroll and rotate #179

Open mineshpatel1511 opened 9 years ago

mineshpatel1511 commented 9 years ago

Steps to reproduce:

  1. Scroll the ObservableListView in portrait mode.
  2. Rotate the device to landscape mode.
  3. Come back to portrait mode.

ScrollY value in onScrollChanged is not 0 but has some value. Expected value is 0. Please let me know if this is a know issue.