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

Fix the adapter index to getItemId() to include the mFirstPosition offse... #86

Merged
merged 1 commit into from May 24, 2014

Conversation

davejohncole
Copy link
Contributor

I noticed that the row id being passed to onItemClick() was not being offset from the top visible item in the grid. I tracked the problem down to the PerformClick class where I saw that the offset being applied to the position was not being applied to the index that is used to retrieve the row id.

@denizmveli
Copy link
Contributor

@davejohncole thx for the fix!

denizmveli added a commit that referenced this pull request May 24, 2014
Fix the adapter index to getItemId() to include the mFirstPosition offse...
@denizmveli denizmveli merged commit 95146e4 into etsy:master May 24, 2014
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.

None yet

2 participants