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

Commit c467bd64 authored by Jim Miller's avatar Jim Miller
Browse files

Fix broken enter key after failed PIN attempts.

Fixes bug 23699953

Change-Id: Id099443b830f5608c0bf955075c3407b401f3d53
parent 3491da4e
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