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

Commit fa9a20dd authored by Benjamin Franz's avatar Benjamin Franz Committed by Gerrit Code Review
Browse files

Merge "Fix incorrect behavior for statusbar and quicksettings panel"

parents 994db1bb fbabb808
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);
    }

    /**