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

Commit 4f63f54f authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 5584737f: Merge "FLAG_DISMISS_KEYGUARD should not hide status bar if secure." into jb-mr2-dev

* commit '5584737f':
  FLAG_DISMISS_KEYGUARD should not hide status bar if secure.
parents 12d0071a 5584737f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3204,7 +3204,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    mDismissKeyguard = mWinDismissingKeyguard == win ?
                            DISMISS_KEYGUARD_CONTINUE : DISMISS_KEYGUARD_START;
                    mWinDismissingKeyguard = win;
                    mForceStatusBarFromKeyguard = false;
                    mForceStatusBarFromKeyguard =
                            mShowingLockscreen && mKeyguardMediator.isSecure();
                }
                if ((attrs.flags & FLAG_ALLOW_LOCK_WHILE_SCREEN_ON) != 0) {
                    mAllowLockscreenWhenOn = true;