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

Commit be402b63 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

DO NOT MERGE Only refresh car notif on language change am: 096c7b8a

Change-Id: Id9f69f9717df0ce00a29fc5a74cbc35b2d69e3ea
parents e4a2a5d0 096c7b8a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1343,9 +1343,8 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt

    @Override
    public void onLocaleListChanged() {
        // TODO - We should not have to reload sysUI on locale change
        // Passing null since result is only needed to notify the IME window of current state
        makeStatusBarView(/* result= */ null);
        restartNavBars();
        connectNotificationsUI();
    }

    /**