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

Commit 7a2421dd authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 35f215cf: am 2d48a93f: am 98a8c7c5: am e1de9f67: Fix black Keyguard

* commit '35f215cf':
  Fix black Keyguard
parents 97bb1ad7 35f215cf
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4432,6 +4432,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        if (attrs.type == TYPE_STATUS_BAR) {
            if ((attrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0) {
                mForceStatusBarFromKeyguard = true;
                mShowingLockscreen = true;
            }
            if ((attrs.privateFlags & PRIVATE_FLAG_FORCE_STATUS_BAR_VISIBLE_TRANSPARENT) != 0) {
                mForceStatusBarTransparent = true;
@@ -4452,9 +4453,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    mForceStatusBar = true;
                }
            }
            if ((attrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0) {
                mShowingLockscreen = true;
            }
            if (attrs.type == TYPE_DREAM) {
                // If the lockscreen was showing when the dream started then wait
                // for the dream to draw before hiding the lockscreen.