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

Commit 329d3f36 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

am: 96788ce1

Change-Id: I52681f9474fbe5f44681faa1515fb2c0d45676ac
parents 73e68bfe 96788ce1
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();
            }