Merge "Fix the TalkBack say wrong sentence after sim unlock" into pi-dev
This commit is contained in:
@@ -78,6 +78,11 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
|
||||
}
|
||||
break;
|
||||
}
|
||||
case READY: {
|
||||
mRemainingAttempts = -1;
|
||||
resetState();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
resetState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user