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

Commit 8376cd71 authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 9946c255: am 444f8d2d: am d050cc87: am e45761ff: Merge "Fix broken enter...

am 9946c255: am 444f8d2d: am d050cc87: am e45761ff: Merge "Fix broken enter key after failed PIN attempts." into mnc-dr-dev

* commit '9946c255':
  Fix broken enter key after failed PIN attempts.
parents 166e13aa 9946c255
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public abstract class KeyguardPinBasedInputView extends KeyguardAbsKeyInputView

    @Override
    protected void resetState() {
        mPasswordEntry.setEnabled(true);
        setPasswordEntryEnabled(true);
    }

    @Override