Merge "Fix a typo in a condition check in onBackPressed." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
105af784d0
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user