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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user