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

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

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

* commit 'cce2e194':
  Cancel double tap mode on action_up
parents 461febad cce2e194
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) {