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

Commit 3328433f authored by Jaewan Kim's avatar Jaewan Kim
Browse files

Fix continous crash in WindowManager in boot

Bug: 28728894
Change-Id: I660e2709a674eb4089dbb38173375491a87828db
parent 6c08da22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3957,7 +3957,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            if (!isKeyguardShowing) {
                navTranslucent &= areTranslucentBarsAllowed();
            }
            boolean statusBarExpandedNotKeyguard = !isKeyguardShowing
            boolean statusBarExpandedNotKeyguard = !isKeyguardShowing && mStatusBar != null
                    && mStatusBar.getAttrs().height == MATCH_PARENT
                    && mStatusBar.getAttrs().width == MATCH_PARENT;