Merge "SystemUI: Reset PUK StateMachine after PUK is unlocked"

This commit is contained in:
Fabian Kozynski
2020-07-08 13:09:27 +00:00
committed by Android (Google) Code Review

View File

@@ -448,8 +448,8 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView {
if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
+ " UpdateSim.onSimCheckResponse: "
+ " attemptsRemaining=" + result.getAttemptsRemaining());
mStateMachine.reset();
}
mStateMachine.reset();
mCheckSimPukThread = null;
}
});