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

Commit 9c44e5bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "MultiFingerMultiTap: reset the expiration clock when fingers go up."...

Merge "MultiFingerMultiTap: reset the expiration clock when fingers go up." into rvc-dev am: 2a5f86f7

Change-Id: I8dbbb42e45ee59d6a6651e82a4c350cad3d0281a
parents d640933d 2a5f86f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ class MultiFingerMultiTap extends GestureMatcher {
        if (getState() == STATE_GESTURE_STARTED || getState() == STATE_CLEAR) {
            // Needs more fingers lifted within the tap timeout
            // after reaching the target number of fingers are down.
            cancelAfterTapTimeout(event, rawEvent, policyFlags);
        } else {
            cancelGesture(event, rawEvent, policyFlags);
        }