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

Commit 61061c58 authored by Roy Chou's avatar Roy Chou Committed by Android (Google) Code Review
Browse files

Merge "chore(magnification): remove flag...

Merge "chore(magnification): remove flag delay_notification_to_magnification_when_recents_window_to_front_transition usage" into main
parents 2d6f376d c5aee11e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1617,8 +1617,7 @@ final class AccessibilityController {
            // causing the notifying, or the recents/home window is removed, then we won't need the
            // delayed notification anymore.
            void onWMTransition(@TransitionType int type, @TransitionFlags int flags) {
                if (Flags.delayNotificationToMagnificationWhenRecentsWindowToFrontTransition()
                        && type == WindowManager.TRANSIT_TO_FRONT
                if (type == WindowManager.TRANSIT_TO_FRONT
                        && (flags & TRANSIT_FLAG_IS_RECENTS) != 0) {
                    // Delay the recents to front transition notification then send after if needed.
                    mHasDelayedNotificationForRecentsToFrontTransition = true;