Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62a0d5ea authored by Eric Berglund's avatar Eric Berglund
Browse files

DO NOT MERGE Triggering status bar refresh on locale change so that the...

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
parent 4a03ca6a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.
     */