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

Commit 9c045fe6 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

am: 9614b0b4

Change-Id: I0e8db72a01de7c3534ec10215ee1277e95a482aa
parents e7b2078f 9614b0b4
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;
        }