Fix broken enter key after failed PIN attempts.
Fixes bug 23699953 Change-Id: Id099443b830f5608c0bf955075c3407b401f3d53
This commit is contained in:
@@ -64,7 +64,7 @@ public abstract class KeyguardPinBasedInputView extends KeyguardAbsKeyInputView
|
||||
|
||||
@Override
|
||||
protected void resetState() {
|
||||
mPasswordEntry.setEnabled(true);
|
||||
setPasswordEntryEnabled(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user