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

Commit 722ac726 authored by Eric Berglund's avatar Eric Berglund Committed by android-build-merger
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.
am: 62a0d5ea

Change-Id: I3911f4718029398b0c8ace7f63fd9ff41d3cde02
parents dbdf483f 62a0d5ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -1341,6 +1341,12 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt
        mScrimController.setScrimBehindDrawable(mNotificationPanelBackground);
        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.
     * Returns the {@link Drawable} that represents the wallpaper that the user has currently set.
     */
     */