am 69314e72: Fix NPE.
* commit '69314e72941c86734c12476d1e61459811159b74': Fix NPE.
This commit is contained in:
@@ -1505,7 +1505,9 @@ public class PhoneStatusBar extends StatusBar {
|
||||
if (lightsOut) {
|
||||
animateCollapse();
|
||||
}
|
||||
mNavigationBarView.setLowProfile(lightsOut);
|
||||
if (mNavigationBarView != null) {
|
||||
mNavigationBarView.setLowProfile(lightsOut);
|
||||
}
|
||||
}
|
||||
|
||||
notifyUiVisibilityChanged();
|
||||
|
||||
Reference in New Issue
Block a user