You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2018. It is now read-only.
I used the same same code from the demo app, so I check for the value of the scrolling flag, however by the time onScrollingFinished is finally called to reset the value of this variable, onChanged has already been called and doesn't get called again after that.
Here's how the log looks like (the boolean value is the value of the scrolling variable):
I used the same same code from the demo app, so I check for the value of the scrolling flag, however by the time onScrollingFinished is finally called to reset the value of this variable, onChanged has already been called and doesn't get called again after that.
Here's how the log looks like (the boolean value is the value of the scrolling variable):
And here is the full code: http://hastebin.com/ocidofumoh.java
The text was updated successfully, but these errors were encountered: