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

Commit c8a530ea authored by Eric Berglund's avatar Eric Berglund
Browse files

DO NOT MERGE Fixing build, missing parameter.

Bug: 145946470, 146228232
Test: Builds locally
Change-Id: I7f3632c90ca424d70b1cc6e20f88e741ff25efaa
parent 721ba25c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1344,7 +1344,8 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt
    @Override
    public void onLocaleListChanged() {
        // TODO - We should not have to reload sysUI on locale change
        makeStatusBarView();
        // Passing null since result is only needed to notify the IME window of current state
        makeStatusBarView(/* result= */ null);
    }

    /**