Merge "Add null check for status bar transitions" into rvc-dev am: a8664f8e02
Change-Id: I6bf043a939deb195965029c7630c89d702bda8db
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