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

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

am 5823352c: Cancel double tap mode on action_up

* commit '5823352c':
  Cancel double tap mode on action_up
parents 64397749 5823352c
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) {