Merge "DO NOT MERGE Only refresh car notif on language change" into qt-qpr1-dev

This commit is contained in:
Heemin Seog
2019-12-20 00:09:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}
/**