Merge "SystemUI: Reset PUK StateMachine after PUK is unlocked" into rvc-qpr-dev

This commit is contained in:
TreeHugger Robot
2020-08-13 16:59:21 +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;
}
});