mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
make sure we show all contacts if duplicate filtering is disabled
This commit is contained in:
parent
de387a938d
commit
461ffdfd0e
@ -58,6 +58,8 @@ class ContactsHelper(val activity: Activity) {
|
|||||||
resultContacts.add(sorted.first())
|
resultContacts.add(sorted.first())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
resultContacts.addAll(tempContacts)
|
||||||
}
|
}
|
||||||
|
|
||||||
// groups are obtained with contactID, not rawID, so assign them to proper contacts like this
|
// groups are obtained with contactID, not rawID, so assign them to proper contacts like this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user