* commit 'cce2e1944c4ac9411fa25534eb9b51d6f044dfb4': Cancel double tap mode on action_up
This commit is contained in:
@@ -323,6 +323,10 @@ public class ScaleGestureDetector {
|
||||
mInProgress = false;
|
||||
mInitialSpan = 0;
|
||||
mDoubleTapMode = DOUBLE_TAP_MODE_NONE;
|
||||
} else if (mDoubleTapMode == DOUBLE_TAP_MODE_IN_PROGRESS && streamComplete) {
|
||||
mInProgress = false;
|
||||
mInitialSpan = 0;
|
||||
mDoubleTapMode = DOUBLE_TAP_MODE_NONE;
|
||||
}
|
||||
|
||||
if (streamComplete) {
|
||||
|
||||
Reference in New Issue
Block a user