Skip to content

Commit

Permalink
Removed conflicting fix
Browse files Browse the repository at this point in the history
Removed a conflicting fix that had already been made on the Etsy master
  • Loading branch information
DougSimonton committed Jun 26, 2014
1 parent ae56179 commit 733bfb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2862,7 +2862,7 @@ public void run() {
final View view = getChildAt(motionPosition); // a fix by @pboos

if (view != null) {
performItemClick(view, motionPosition + mFirstPosition, adapter.getItemId(motionPosition + mFirstPosition));
performItemClick(view, motionPosition + mFirstPosition, adapter.getItemId(motionPosition));
}
}
}
Expand Down

0 comments on commit 733bfb5

Please sign in to comment.