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();
|
mCentralSurfaces.endAffordanceLaunch();
|
||||||
// The second condition is for SIM card locked bouncer
|
// The second condition is for SIM card locked bouncer
|
||||||
if (bouncerIsScrimmed() && needsFullscreenBouncer()) {
|
if (bouncerIsScrimmed() && !needsFullscreenBouncer()) {
|
||||||
hideBouncer(false);
|
hideBouncer(false);
|
||||||
updateStates();
|
updateStates();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user