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

Commit 09e86fb0 authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Remove legacy exit animation condition" into main

parents c5e9269d 984654b6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2153,13 +2153,6 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
        mInteractionJankMonitor.cancel(CUJ_LOCKSCREEN_TRANSITION_FROM_AOD);

        synchronized (KeyguardViewMediator.this) {
            if (mHiding && isOccluded) {
                // We're in the process of going away but WindowManager wants to show a
                // SHOW_WHEN_LOCKED activity instead.
                // TODO(bc-unlock): Migrate to remote animation.
                startKeyguardExitAnimation(0, 0);
            }

            mPowerGestureIntercepted =
                    isOccluded && mUpdateMonitor.isSecureCameraLaunchedOverKeyguard();