mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add group member results to contact search.
This commit is contained in:
committed by
Greyson Parrelli
parent
eaeeb08987
commit
c022172ace
@@ -454,6 +454,14 @@ class MultiselectForwardFragment :
|
||||
)
|
||||
)
|
||||
|
||||
if (!query.isNullOrEmpty()) {
|
||||
addSection(
|
||||
ContactSearchConfiguration.Section.GroupMembers(
|
||||
includeHeader = true
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
addSection(
|
||||
ContactSearchConfiguration.Section.Groups(
|
||||
includeHeader = true,
|
||||
|
||||
Reference in New Issue
Block a user