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

Commit ddc4886f authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am b85e1ecf: Fix broken transition to secure apps when relaunching

* commit 'b85e1ecf':
  Fix broken transition to secure apps when relaunching
parents 59984c79 b85e1ecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4264,7 +4264,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            // that is being hidden in an animation - keep the
            // keyguard hidden until the new window shows up and
            // we know whether to show the keyguard or not.
            if (win.isAnimatingLw() && appWindow && showWhenLocked) {
            if (win.isAnimatingLw() && appWindow && showWhenLocked && mKeyguardHidden) {
                mHideLockScreen = true;
                mWinShowWhenLocked = win;
            }