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

Commit 2ca1a052 authored by Heemin Seog's avatar Heemin Seog Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Only refresh car notif on language change" into qt-qpr1-dev

parents 2ddfce68 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();
    }

    /**