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

Commit afd4a553 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Force status bar showing when Keyguard is showing.

Bug: 13635952
Change-Id: I5015f17010c853f70f5622b774b2c5b4e1d8332f
parent 33ff58cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3391,6 +3391,10 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            mForcingShowNavBar = true;
            mForcingShowNavBarLayer = win.getSurfaceLayer();
        }
        if (attrs.type == TYPE_STATUS_BAR && (attrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0) {
            mTopFullscreenOpaqueWindowState = win;
            mForceStatusBarFromKeyguard = true;
        }
        if (mTopFullscreenOpaqueWindowState == null &&
                win.isVisibleOrBehindKeyguardLw() && !win.isGoneForLayoutLw()) {
            if ((fl & FLAG_FORCE_NOT_FULLSCREEN) != 0) {