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

Commit 688435f2 authored by LuK1337's avatar LuK1337 Committed by Łukasz Patron
Browse files

fixup! fixup! lockscreen: Add support for showing unlock screen directly

* Fixes unexpected wakeup after:
  1) Enable direct unlock
  2) Lock the device
  3) Press power button
  4) Go back
  5) Press power button

Change-Id: I0a53dc614b01fc67c614c0ae47ed93d8ef34a8de
parent 3e7e3cdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,7 +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();
                mStatusBar.showKeyguardImpl();
                hideBouncer(false);
                updateStates();
            } else {