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

Commit 83966ffe 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

am: 7194f98d

Change-Id: I55d64f0410bdbabd1c884f67d2cd53136013a8c3
parents 9f05f297 7194f98d
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);
            }