Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 105af784 authored by Rahul Banerjee's avatar Rahul Banerjee Committed by Android (Google) Code Review
Browse files

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

parents 259321ee b67c63b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {