Merge "Fix a typo in a condition check in onBackPressed." into tm-qpr-dev

This commit is contained in:
Rahul Banerjee
2022-10-20 16:54:57 +00:00
committed by Android (Google) Code Review

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 {