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

Commit 3f701f8c 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

am: 091391fd

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

Change-Id: I2eb3e3be3f90739d540b57c97a64f5f34d9f0668
parents d187015b 091391fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,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);
    }

    /**