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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -177,7 +177,8 @@ public class FullScreenMagnificationGestureHandler extends MagnificationGestureH
                        }

                        if (!activated) {
                            clearAndTransitionToStateDetecting();
                            // cancel the magnification shortcut
                            mDetectingState.setShortcutTriggered(false);
                        }
                    }