Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cf31ce7 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

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

parents db4c6bff 8e9417e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
                        }
                    });