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

Commit 292a0a96 authored by Benjamin Franz's avatar Benjamin Franz
Browse files

Fix disable2 bug

Cherry-pick from Iadb6aec82ccfe95a90e4a3d212fbd14d73093982, which was
submitted to AOSP-master.

Bug: 27688623
Change-Id: Ie386b9aac1338316dfdb55dae6a6d9388062b4c3
parent 50c8d49d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ public class StatusBarManagerService extends IStatusBarService.Stub {
     */
    @Override
    public void disable2(int what, IBinder token, String pkg) {
        disableForUser(what, token, pkg, mCurrentUserId);
        disable2ForUser(what, token, pkg, mCurrentUserId);
    }

    /**