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

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

Merge "Add null check for status bar transitions" into rvc-dev

parents 4babdf87 63c6c591
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);