Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d22843a8 authored by Adam Powell's avatar Adam Powell Committed by Gerrit Code Review
Browse files

Merge "Fix regression in ListView click handling"

parents 79e0e3fd 847be744
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3416,13 +3416,13 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                            mTouchModeReset = new Runnable() {
                                @Override
                                public void run() {
                                    mTouchModeReset = null;
                                    mTouchMode = TOUCH_MODE_REST;
                                    child.setPressed(false);
                                    setPressed(false);
                                    if (!mDataChanged) {
                                        performClick.run();
                                    }
                                    mTouchModeReset = null;
                                }
                            };
                            postDelayed(mTouchModeReset,