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

Commit 8de71eb1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

DO NOT MERGE Fixing build, missing parameter. am: c8a530ea

Change-Id: Icac425790f560575fde547c5fb002f49589b484c
parents 8133ad5e c8a530ea
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);
    }

    /**