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

Commit 83276b99 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 9d790678: Merge change I32ce8591 into eclair

Merge commit '9d790678' into eclair-mr2

* commit '9d790678':
  Stop scrolling ListView when tapping a clickable item.
parents b4488930 9d790678
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;
        }