Merge "MultiFingerMultiTap: reset the expiration clock when fingers go up." into rvc-dev am: 2a5f86f78c
Change-Id: I16b478811c715d814ca0386d73c54beec8daee66
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user