Skip to content
This repository was archived by the owner on Jan 10, 2018. It is now read-only.

onScrollingFinished called after onChanged #69

Open
jgamedev opened this issue Aug 16, 2016 · 0 comments
Open

onScrollingFinished called after onChanged #69

jgamedev opened this issue Aug 16, 2016 · 0 comments
Labels

Comments

@jgamedev
Copy link

jgamedev commented Aug 16, 2016

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):

08-16 03:08:07.047 4138-4138/ E/MyDebugTag: scrolling started true
08-16 03:08:07.187 4138-4138/ E/MyDebugTag: scrolling changing true
08-16 03:08:07.367 4138-4138/ E/MyDebugTag: scrolling changing true
08-16 03:08:07.707 4138-4138/ E/MyDebugTag: scrolling finished false

And here is the full code: http://hastebin.com/ocidofumoh.java

@ai212983 ai212983 added the bug label Dec 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants