Merge "Fix a typo in a condition check in onBackPressed." into tm-qpr-dev am: 105af784d0

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

Change-Id: I85f017eb2ba33c7b5362187e35536e6e22efcc23
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Rahul Banerjee
2022-10-20 17:04:51 +00:00
committed by Automerger Merge Worker

View File

@@ -1095,7 +1095,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
mCentralSurfaces.endAffordanceLaunch();
// The second condition is for SIM card locked bouncer
if (bouncerIsScrimmed() && needsFullscreenBouncer()) {
if (bouncerIsScrimmed() && !needsFullscreenBouncer()) {
hideBouncer(false);
updateStates();
} else {