DO NOT MERGE Triggering status bar refresh on locale change so that the notifications panel updates to the new language.

Bug: 145946470
Test: Manual
Change-Id: I85dddcf4596a74e3031618f24246b6af2fb158b4
This commit is contained in:
Eric Berglund
2019-12-12 10:35:36 -08:00
parent 4a03ca6ad1
commit 62a0d5ea25

View File

@@ -1276,6 +1276,12 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt
mScrimController.setScrimBehindDrawable(mNotificationPanelBackground);
}
@Override
public void onLocaleListChanged() {
// TODO - We should not have to reload sysUI on locale change
makeStatusBarView();
}
/**
* Returns the {@link Drawable} that represents the wallpaper that the user has currently set.
*/