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

Commit 721ba25c authored by Eric Berglund's avatar Eric Berglund Committed by Android (Google) Code Review
Browse files

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

Merge "DO NOT MERGE Triggering status bar refresh on locale change so that the notifications panel updates to the new language." into qt-qpr1-dev
parents aea739b3 62a0d5ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1341,6 +1341,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.
     */