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

Commit c7292ffa authored by Sanry Huang's avatar Sanry Huang Committed by Android (Google) Code Review
Browse files

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

parents 555767b6 b48c1b40
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();
            }