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

Commit f93dc8b6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exit transient mode as soon as status bar window is fullscreen" into oc-dev

parents ebf8ae5f 2dc47c1d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5485,7 +5485,8 @@ 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()) {
                if ((mForceStatusBarFromKeyguard || statusBarExpanded)
                        && mStatusBarController.isTransientShowing()) {
                    mStatusBarController.updateVisibilityLw(false /*transientAllowed*/,
                            mLastSystemUiFlags, mLastSystemUiFlags);
                }