Merge "SystemUI: Reset PUK StateMachine after PUK is unlocked" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4862909516
@@ -448,8 +448,8 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView {
|
|||||||
if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
|
if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
|
||||||
+ " UpdateSim.onSimCheckResponse: "
|
+ " UpdateSim.onSimCheckResponse: "
|
||||||
+ " attemptsRemaining=" + result.getAttemptsRemaining());
|
+ " attemptsRemaining=" + result.getAttemptsRemaining());
|
||||||
mStateMachine.reset();
|
|
||||||
}
|
}
|
||||||
|
mStateMachine.reset();
|
||||||
mCheckSimPukThread = null;
|
mCheckSimPukThread = null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user