Merge "Add null check for status bar transitions" into rvc-dev am: a8664f8e02 am: c3f4105576
Change-Id: I75a986011a1f0f66273b47ba1885f3553e4073a3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user