am 2d52a18c: Whoops, count down text is not updating... fixed!

Merge commit '2d52a18c872c1cada6a2e6b482cc14fd7b91424c'

* commit '2d52a18c872c1cada6a2e6b482cc14fd7b91424c':
  Whoops, count down text is not updating... fixed!
This commit is contained in:
Karl Rosaen
2009-09-25 11:15:13 -07:00
committed by Android Git Automerger

View File

@@ -486,12 +486,14 @@ class UnlockScreen extends LinearLayoutWithDefaultTouchRecepient
mInstructions = getContext().getString(
R.string.lockscreen_too_many_failed_attempts_countdown,
secondsRemaining);
updateStatusLines();
}
@Override
public void onFinish() {
mLockPatternView.setEnabled(true);
mInstructions = getContext().getString(R.string.lockscreen_pattern_instructions);
updateStatusLines();
// TODO mUnlockIcon.setVisibility(View.VISIBLE);
mFailedPatternAttemptsSinceLastTimeout = 0;
if (mEnableFallback) {