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

Commit 47445e42 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refresh notifications on language change"

parents bfb2389a 991a0760
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1047,6 +1047,12 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt
        mScrimController.setScrimBehindDrawable(mNotificationPanelBackground);
    }

    @Override
    public void onLocaleListChanged() {
        connectNotificationsUI();
        registerNavBarListeners();
    }

    /**
     * Returns the {@link Drawable} that represents the wallpaper that the user has currently set.
     */