Add group member results to contact search.

This commit is contained in:
Alex Hart
2023-01-24 10:50:28 -04:00
committed by Greyson Parrelli
parent eaeeb08987
commit c022172ace
10 changed files with 184 additions and 9 deletions

View File

@@ -454,6 +454,14 @@ class MultiselectForwardFragment :
)
)
if (!query.isNullOrEmpty()) {
addSection(
ContactSearchConfiguration.Section.GroupMembers(
includeHeader = true
)
)
}
addSection(
ContactSearchConfiguration.Section.Groups(
includeHeader = true,