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

Commit 6bad244c authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix invalid keyguard state after pressing back in bouncer

Bug: 16886960
Change-Id: Ib071b302f9cb2f1fec32285e05a5b8585e53e41e
parent 5369d7a9
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;