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

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

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

am: e4b0e8dc

Change-Id: I1c7d3f89c7a7d14f55d96b94698f0c1ba6d9c288
parents 9d829294 e4b0e8dc
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;
        }