make sure we show all contacts if duplicate filtering is disabled

This commit is contained in:
tibbi 2018-09-04 09:38:49 +02:00
parent de387a938d
commit 461ffdfd0e

View file

@ -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