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

Commit 8d6ae116 authored by Bill Lin's avatar Bill Lin Committed by Automerger Merge Worker
Browse files

Merge "Make the condition of DISABLE_RECENT more robust in launch GCA CUJ"...

Merge "Make the condition of DISABLE_RECENT more robust in launch GCA CUJ" into udc-dev am: 3875579d am: 4004a8df am: 1433b443

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



Change-Id: I5ea7df1224af05c9c77d45f9a2a99af6eb8df487
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 84bc7864 1433b443
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1954,7 +1954,8 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
                startKeyguardExitAnimation(0, 0);
            }

            mPowerGestureIntercepted = mUpdateMonitor.isSecureCameraLaunchedOverKeyguard();
            mPowerGestureIntercepted =
                    isOccluded && mUpdateMonitor.isSecureCameraLaunchedOverKeyguard();

            if (mOccluded != isOccluded) {
                mOccluded = isOccluded;