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

Commit 8a9419a8 authored by Roy Chou's avatar Roy Chou Committed by Automerger Merge Worker
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 am: 7f9ac5bf am: 5aaa8423

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24677956



Change-Id: Ife7e3560eeae6975c392653cfb8246fc271f860d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 153cfbf7 5aaa8423
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -217,7 +217,8 @@ public class FullScreenMagnificationGestureHandler extends MagnificationGestureH
                        }

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