forked from github/cordova-android
CB-844: Contact.find does not return urls
This commit is contained in:
parent
d79403e352
commit
5f93a26eea
@ -437,7 +437,7 @@ public class ContactAccessorSdk5 extends ContactAccessor {
|
|||||||
contact.put("ims", ims);
|
contact.put("ims", ims);
|
||||||
}
|
}
|
||||||
if (websites.length() > 0) {
|
if (websites.length() > 0) {
|
||||||
contact.put("websites", websites);
|
contact.put("urls", websites);
|
||||||
}
|
}
|
||||||
if (photos.length() > 0) {
|
if (photos.length() > 0) {
|
||||||
contact.put("photos", photos);
|
contact.put("photos", photos);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user