Loading packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java +2 −3 Original line number Diff line number Diff line Loading @@ -1343,9 +1343,8 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt @Override public void onLocaleListChanged() { // TODO - We should not have to reload sysUI on locale change // Passing null since result is only needed to notify the IME window of current state makeStatusBarView(/* result= */ null); restartNavBars(); connectNotificationsUI(); } /** Loading Loading
packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java +2 −3 Original line number Diff line number Diff line Loading @@ -1343,9 +1343,8 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt @Override public void onLocaleListChanged() { // TODO - We should not have to reload sysUI on locale change // Passing null since result is only needed to notify the IME window of current state makeStatusBarView(/* result= */ null); restartNavBars(); connectNotificationsUI(); } /** Loading