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

Commit bb3cb2da authored by Ameer Armaly's avatar Ameer Armaly
Browse files

Single-finger multi-tap: complete immediately rather than after a delay.

We will not be implementing single-finger triple-tap for now.

Bug: 136131815
Test: atest GestureManifoldTest TouchExplorerTest  AccessibilityGestureDetectorTest
Change-Id: I8a9bd62963bab86ba26bfa46e6f871105dca6d35
parent 1ea91ab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class MultiTap extends GestureMatcher {
            mCurrentTaps++;
            if (mCurrentTaps == mTargetTaps) {
                // Done.
                completeAfterTapTimeout(event, rawEvent, policyFlags);
                completeGesture(event, rawEvent, policyFlags);
                return;
            }
            // Needs more taps.