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

Commit 0c574b72 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am bb3adc44: am da721a99: am 778eaf4b: Merge "Disallow transient status bar on...

am bb3adc44: am da721a99: am 778eaf4b: Merge "Disallow transient status bar on the keyguard." into klp-dev

* commit 'bb3adc44':
  Disallow transient status bar on the keyguard.
parents 4fc7a70e bb3adc44
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3453,6 +3453,11 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                }
                // Maintain fullscreen layout until incoming animation is complete.
                topIsFullscreen = mTopIsFullscreen && mStatusBar.isAnimatingLw();
                // Transient status bar on the lockscreen is not allowed
                if (mForceStatusBarFromKeyguard && mStatusBarController.isTransientShowing()) {
                    mStatusBarController.updateVisibilityLw(false /*transientAllowed*/,
                            mLastSystemUiFlags, mLastSystemUiFlags);
                }
            } else if (mTopFullscreenOpaqueWindowState != null) {
                if (localLOGV) {
                    Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()