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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12360817

Change-Id: I0d50b525ec3cee381dee89f4cd15f17d53129a4d
This commit is contained in:
TreeHugger Robot
2020-08-13 17:06:04 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
} }
}); });