make sure we show all contacts if duplicate filtering is disabled
This commit is contained in:
parent
de387a938d
commit
461ffdfd0e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue