Skip to content
Snippets Groups Projects
Commit 7f9ac5bf authored by Roy Chou's avatar Roy Chou Committed by Android (Google) Code Review
Browse files

Merge "fix(magnification): swipe up gesture in app does not work sometimes...

Merge "fix(magnification): swipe up gesture in app does not work sometimes when fullscreen magnification activated" into udc-qpr-dev
parents 8c13cc3a cd574860
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,8 @@ public class FullScreenMagnificationGestureHandler extends MagnificationGestureH
}
if (!activated) {
clearAndTransitionToStateDetecting();
// cancel the magnification shortcut
mDetectingState.setShortcutTriggered(false);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment