mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-04 21:31:06 +02:00
avoid overwriting contacts at fetching
This commit is contained in:
parent
409add1e79
commit
67a91aa62e
@ -178,8 +178,10 @@ class ContactsHelper(val context: Context) {
|
||||
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)
|
||||
|
||||
if (contacts[id] == null) {
|
||||
contacts.put(id, contact)
|
||||
}
|
||||
}
|
||||
|
||||
val phoneNumbers = getPhoneNumbers(null)
|
||||
var size = phoneNumbers.size()
|
||||
|
Loading…
x
Reference in New Issue
Block a user