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

Commit ef7f2b46 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 5ef697cb: Merge "Fix invalid keyguard state after pressing back in bouncer" into lmp-dev

* commit '5ef697cb1e3400cc2d426326a728482b33fe83ff':
  Fix invalid keyguard state after pressing back in bouncer
parents c11879a6 359404c7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -298,9 +298,7 @@ public class StatusBarKeyguardViewManager {
     */
    public boolean onBackPressed() {
        if (mBouncer.isShowing()) {
            mBouncer.hide(false /* destroyView */);
            mPhoneStatusBar.showKeyguard();
            updateStates();
            reset();
            return true;
        }
        return false;