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

Commit 991a0760 authored by Heemin Seog's avatar Heemin Seog
Browse files

Refresh notifications on language change

Bug: 146163621
Test: manual
Change-Id: Id60df4c865d7aba03816df63c39933db2942352b
parent 73b4b64b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1043,6 +1043,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.
     */