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:
Oleksandr Peletskyi
2016-04-15 13:34:49 +00:00
committed by android-build-merger

View File

@@ -267,6 +267,11 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity {
handleAttemptLockout(deadline);
} else {
resetState();
mErrorTextView.setText("");
if (isProfileChallenge()) {
updateErrorMessage(mLockPatternUtils.getCurrentFailedPasswordAttempts(
mEffectiveUserId));
}
}
mCredentialCheckResultTracker.setListener(this);
}