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

Commit 7194f98d authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

Merge "Use proper start op overload in all places" into pi-dev

am: 0b7bdb0c

Change-Id: Ief60b4bcae1ecf6385428cb5e56b112e1fcffd60
parents 41089114 0b7bdb0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2610,7 +2610,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
                setAppOpVisibilityLw(false);
            }
        } else {
            final int mode = mService.mAppOps.startOpNoThrow(mAppOp, uid, packageName);
            final int mode = mService.mAppOps.startOpNoThrow(mAppOp, uid, packageName, true);
            if (mode == MODE_ALLOWED || mode == MODE_DEFAULT) {
                setAppOpVisibilityLw(true);
            }