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

Commit 96788ce1 authored by Sanry Huang's avatar Sanry Huang Committed by android-build-merger
Browse files

Merge "Fix the TalkBack say wrong sentence after sim unlock" into pi-dev

am: c7292ffa

Change-Id: Ica624b35cfcfd11211cb14dc12ffab4990d1c833
parents 5cca011b c7292ffa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -78,6 +78,11 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
                    }
                    break;
                }
                case READY: {
                    mRemainingAttempts = -1;
                    resetState();
                    break;
                }
                default:
                    resetState();
            }