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

Commit 4b4f40f8 authored by Romain Guy's avatar Romain Guy
Browse files

Stop scrolling ListView when tapping a clickable item.

Bug #2210279.

Approved by mcleron.

Change-Id: I32ce8591b00fada95072513f5de69674b45e4cf3
parent 8d51f710
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2203,6 +2203,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                clearScrollingCache();
            }
            mLastY = Integer.MIN_VALUE;
            if (mTouchMode == TOUCH_MODE_FLING) {
                return true;
            }
            break;
        }