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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user