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

Commit ed3177bb authored by LuK1337's avatar LuK1337
Browse files

fixup! lockscreen: Add support for showing unlock screen directly

* Fixes https://gitlab.com/LineageOS/issues/android/-/issues/1816.

Change-Id: Ic5b80d369c0d3bf708ce5e027ac4baf643275b36
parent 6e7483b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -756,6 +756,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
            mStatusBar.endAffordanceLaunch();
            // The second condition is for SIM card locked bouncer
            if (mBouncer.isScrimmed() && !mBouncer.needsFullscreenBouncer()) {
                mStatusBar.showKeyguard();
                hideBouncer(false);
                updateStates();
            } else {