Merge "Update occludes keyguard status for all stacks." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9ccee07a31
@@ -2677,7 +2677,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
|
|||||||
if (isState(PAUSED)
|
if (isState(PAUSED)
|
||||||
&& mStackSupervisor.getKeyguardController().isKeyguardLocked()
|
&& mStackSupervisor.getKeyguardController().isKeyguardLocked()
|
||||||
&& getStack().topActivityOccludesKeyguard()) {
|
&& getStack().topActivityOccludesKeyguard()) {
|
||||||
getStack().ensureActivitiesVisible(null /* starting */, 0 /* configChanges */,
|
getDisplay().ensureActivitiesVisible(null /* starting */, 0 /* configChanges */,
|
||||||
false /* preserveWindows */, false /* notifyClients */);
|
false /* preserveWindows */, false /* notifyClients */);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user