Merge "Make the condition of DISABLE_RECENT more robust in launch GCA CUJ" into udc-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user