Skip to content

Commit 733bfb5

Browse files
committed
Removed conflicting fix
Removed a conflicting fix that had already been made on the Etsy master
1 parent ae56179 commit 733bfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/etsy/android/grid/ExtendableListView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2862,7 +2862,7 @@ public void run() {
28622862
final View view = getChildAt(motionPosition); // a fix by @pboos
28632863

28642864
if (view != null) {
2865-
performItemClick(view, motionPosition + mFirstPosition, adapter.getItemId(motionPosition + mFirstPosition));
2865+
performItemClick(view, motionPosition + mFirstPosition, adapter.getItemId(motionPosition));
28662866
}
28672867
}
28682868
}

0 commit comments

Comments
 (0)