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

Commit a51b01c8 authored by Mindy Pereira's avatar Mindy Pereira Committed by Android Git Automerger
Browse files

am bb8e75e6: am cce2e194: am 5823352c: Cancel double tap mode on action_up

* commit 'bb8e75e6':
  Cancel double tap mode on action_up
parents 84e07475 bb8e75e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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) {