Skip to content

Commit 6cb0734

Browse files
committed
removing the new check at fetching contacts, better show more contacts
1 parent b2c31d3 commit 6cb0734

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/helpers/ContactsHelper.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ class ContactsHelper(val context: Context) {
178178
val contact = Contact(id, prefix, firstName, middleName, surname, suffix, nickname, photoUri, numbers, emails, addresses,
179179
events, accountName, starred, contactId, thumbnailUri, null, notes, groups, organization, websites, ims)
180180

181-
if (contacts[id] == null) {
182-
contacts.put(id, contact)
183-
}
181+
contacts.put(id, contact)
184182
}
185183

186184
val phoneNumbers = getPhoneNumbers(null)

0 commit comments

Comments
 (0)