Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)