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

Commit 091391fd authored by Yinlin Cai's avatar Yinlin Cai Committed by android-build-merger
Browse files

Merge "Fix incorrect behavior for statusbar and quicksettings panel"

am: fa9a20dd

* commit 'fa9a20dd':
  Fix incorrect behavior for statusbar and quicksettings panel

Change-Id: I1e7975f02fe26dcf6f92f46f0626de14212932f4
parents 4be4b378 fa9a20dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,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);
    }

    /**