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

Commit 4d24969b authored by Issei Suzuki's avatar Issei Suzuki Committed by Automerger Merge Worker
Browse files

Merge "Clear ActivityRecord#mDismissKeyguard flag after app launches." into...

Merge "Clear ActivityRecord#mDismissKeyguard flag after app launches." into tm-qpr-dev am: b82a6d8f am: 33a5056c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18795708



Change-Id: Icb3d567155cdb89c0267f80d8a2961f50d8ef8cd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8d99d6ac 33a5056c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7399,7 +7399,6 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        mTransit = TRANSIT_OLD_UNSET;
        mTransitFlags = 0;
        mNeedsAnimationBoundsLayer = false;
        mDismissKeyguard = false;

        setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM | FINISH_LAYOUT_REDO_WALLPAPER,
                "ActivityRecord");
+1 −0
Original line number Diff line number Diff line
@@ -627,6 +627,7 @@ class KeyguardController {
                } else if (top.canShowWhenLocked()) {
                    mTopOccludesActivity = top;
                }
                top.mDismissKeyguard = false;

                // Only the top activity may control occluded, as we can't occlude the Keyguard
                // if the top app doesn't want to occlude it.