forked from github/cordova-android
CB-163: contactFindOptions.filter does not work as expected on Android
This commit is contained in:
parent
8d479c8269
commit
5fa77e97bd
@ -84,7 +84,8 @@ public abstract class ContactAccessor {
|
||||
map.put("displayName", true);
|
||||
}
|
||||
else if (key.startsWith("name")) {
|
||||
map.put("name", true);
|
||||
map.put("displayName", true);
|
||||
map.put("name", true);
|
||||
}
|
||||
else if (key.startsWith("nickname")) {
|
||||
map.put("nickname", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user