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

Commit 76bd2d9b authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am cd655f12: Merge "Fix broken homekey on devices without keyguard" into klp-modular-dev

* commit 'cd655f12':
  Fix broken homekey on devices without keyguard
parents 28f7dbec cd655f12
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -108,6 +108,9 @@ public class KeyguardServiceDelegate {
        if (!context.bindServiceAsUser(intent, mKeyguardConnection,
                Context.BIND_AUTO_CREATE, UserHandle.OWNER)) {
            if (DEBUG) Log.v(TAG, "*** Keyguard: can't bind to " + KEYGUARD_CLASS);
            mKeyguardState.showing = false;
            mKeyguardState.showingAndNotHidden = false;
            mKeyguardState.secure = false;
        } else {
            if (DEBUG) Log.v(TAG, "*** Keyguard started");
        }