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

Commit 487730c5 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: I9ab4b071a0523841ae7f9758eca10454bb596e82
parents 676d4a50 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 */);
        }