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

Commit 6b74c7ac authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Update occludes keyguard status for all stacks." into rvc-dev am: 9ccee07a

Change-Id: I8b1d92a1ef91b93a23049929ec5f88810d5ced19
parents b1403b9b 9ccee07a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2677,7 +2677,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        if (isState(PAUSED)
                && mStackSupervisor.getKeyguardController().isKeyguardLocked()
                && getStack().topActivityOccludesKeyguard()) {
            getStack().ensureActivitiesVisible(null /* starting */, 0 /* configChanges */,
            getDisplay().ensureActivitiesVisible(null /* starting */, 0 /* configChanges */,
                    false /* preserveWindows */, false /* notifyClients */);
        }