Merge "Fixed stopped countdown when PIN entered incorrect." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bd666a17a2
@@ -267,6 +267,11 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity {
|
|||||||
handleAttemptLockout(deadline);
|
handleAttemptLockout(deadline);
|
||||||
} else {
|
} else {
|
||||||
resetState();
|
resetState();
|
||||||
|
mErrorTextView.setText("");
|
||||||
|
if (isProfileChallenge()) {
|
||||||
|
updateErrorMessage(mLockPatternUtils.getCurrentFailedPasswordAttempts(
|
||||||
|
mEffectiveUserId));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
mCredentialCheckResultTracker.setListener(this);
|
mCredentialCheckResultTracker.setListener(this);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user