removing the new check at fetching contacts, better show more contacts
This commit is contained in:
parent
b2c31d3fc9
commit
6cb07342f8
|
@ -178,10 +178,8 @@ class ContactsHelper(val context: Context) {
|
||||||
val contact = Contact(id, prefix, firstName, middleName, surname, suffix, nickname, photoUri, numbers, emails, addresses,
|
val contact = Contact(id, prefix, firstName, middleName, surname, suffix, nickname, photoUri, numbers, emails, addresses,
|
||||||
events, accountName, starred, contactId, thumbnailUri, null, notes, groups, organization, websites, ims)
|
events, accountName, starred, contactId, thumbnailUri, null, notes, groups, organization, websites, ims)
|
||||||
|
|
||||||
if (contacts[id] == null) {
|
|
||||||
contacts.put(id, contact)
|
contacts.put(id, contact)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
val phoneNumbers = getPhoneNumbers(null)
|
val phoneNumbers = getPhoneNumbers(null)
|
||||||
var size = phoneNumbers.size()
|
var size = phoneNumbers.size()
|
||||||
|
|
Loading…
Reference in New Issue