fixed a rare crash when using the Android Contacts app
This commit is contained in:
parent
968e5de7aa
commit
f4ec96b9c8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class InputType extends StandardInputType {
|
|||
private boolean isContactsAndroid15Field() {
|
||||
return
|
||||
isAppField("com.google.android.contacts", 8288)
|
||||
&& field.privateImeOptions.contains("requestPhoneticOutput");
|
||||
&& field.privateImeOptions != null && field.privateImeOptions.contains("requestPhoneticOutput");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue