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

Commit 28285e17 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch detection"

parents aaedf740 17921eef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -610,6 +610,8 @@ public class GestureDetector {
        mVelocityTracker = null;
        mIsDoubleTapping = false;
        mStillDown = false;
        mAlwaysInTapRegion = false;
        mAlwaysInBiggerTapRegion = false;
        if (mInLongPress) {
            mInLongPress = false;
        }