Merge "Fixed stopped countdown when PIN entered incorrect." into nyc-dev
am: bd666a1
* commit 'bd666a17a28d94036f9312f992aacd37022bfea0':
Fixed stopped countdown when PIN entered incorrect.
Change-Id: Id56d809f42aac3f5e49e4e56a07e57d41882d7dc
This commit is contained in:
@@ -267,6 +267,11 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity {
|
||||
handleAttemptLockout(deadline);
|
||||
} else {
|
||||
resetState();
|
||||
mErrorTextView.setText("");
|
||||
if (isProfileChallenge()) {
|
||||
updateErrorMessage(mLockPatternUtils.getCurrentFailedPasswordAttempts(
|
||||
mEffectiveUserId));
|
||||
}
|
||||
}
|
||||
mCredentialCheckResultTracker.setListener(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user