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

Commit 3875579d authored by Bill Lin's avatar Bill Lin Committed by Android (Google) Code Review
Browse files

Merge "Make the condition of DISABLE_RECENT more robust in launch GCA CUJ" into udc-dev

parents cccd4096 1c29d8f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1943,7 +1943,8 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
                startKeyguardExitAnimation(0, 0);
            }

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

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