mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-02 03:32:19 -05:00
make sure we show all contacts if duplicate filtering is disabled
This commit is contained in:
@@ -58,6 +58,8 @@ class ContactsHelper(val activity: Activity) {
|
||||
resultContacts.add(sorted.first())
|
||||
}
|
||||
}
|
||||
} else {
|
||||
resultContacts.addAll(tempContacts)
|
||||
}
|
||||
|
||||
// groups are obtained with contactID, not rawID, so assign them to proper contacts like this
|
||||
|
||||
Reference in New Issue
Block a user