Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #18 onScrollStateChanged never get called #29

Merged
merged 1 commit into from Feb 1, 2014
Merged

Fixes #18 onScrollStateChanged never get called #29

merged 1 commit into from Feb 1, 2014

Conversation

marco-cova
Copy link
Contributor

Fixes #18 onScrollStateChanged never get called

@marco-cova
Copy link
Contributor Author

ok... could you elaborate with a more constructive comment?

@denizmveli
Copy link
Contributor

Thanks @marco-cova - I'm taking a look at this.

if (newState != mTouchMode) {
mTouchMode = newState;
if (newState != mScrollState) {
mScrollState = newState;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the AbsListView implementation (line 4042) mScrollState = newState; is inside the if block. I doubt it makes a difference though.

denizmveli added a commit that referenced this pull request Feb 1, 2014
Merged pull request #29 - Fixes #18 onScrollStateChanged never get called
@denizmveli denizmveli merged commit 7ffa179 into etsy:master Feb 1, 2014
@denizmveli
Copy link
Contributor

Thanks @marco-cova

@jenzz jenzz deleted the scrollStateChangeFix branch February 24, 2014 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

onScrollStateChanged never get called
3 participants