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

Commit 9d790678 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I32ce8591 into eclair

* changes:
  Stop scrolling ListView when tapping a clickable item.
parents 45dd12cb 4b4f40f8
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;
        }