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

Commit efc8391e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add null check for status bar transitions" into rvc-dev am: a8664f8e am: c3f41055

Change-Id: Id3ce899956a72f9ec2240a3255e2fd7e54b88f7b
parents 72f6905e c3f41055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2333,7 +2333,7 @@ public class StatusBar extends SystemUI implements DemoMode,

    void checkBarModes() {
        if (mDemoMode) return;
        if (mNotificationShadeWindowViewController != null) {
        if (mNotificationShadeWindowViewController != null && getStatusBarTransitions() != null) {
            checkBarMode(mStatusBarMode, mStatusBarWindowState, getStatusBarTransitions());
        }
        mNavigationBarController.checkNavBarModes(mDisplayId);