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

Commit 9614b0b4 authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

Merge "[StatusBar] fix: Make DisableRecord.pkg working" am: e4b0e8dc

am: b7733448

Change-Id: Ia2e7931404db7f23e04400d3f3bf8ded66140009
parents a60e020a b7733448
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -140,13 +140,14 @@ public class StatusBarManagerService extends IStatusBarService.Stub {
            switch (which) {
                case 1:
                    what1 = what;
                    return;
                    break;
                case 2:
                    what2 = what;
                    return;
                    break;
                default:
                    Slog.w(TAG, "Can't set unsupported disable flag " + which
                            + ": 0x" + Integer.toHexString(what));
                    break;
            }
            this.pkg = pkg;
        }