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

Commit b67c63b8 authored by Rahul Banerjee's avatar Rahul Banerjee
Browse files

Fix a typo in a condition check in onBackPressed.

Bug: 244635782
Test: Passed presubmit
Change-Id: Iac921c9f7f408e2711645cebaef30dc8d580d790
parent 4b3a0012
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 {