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

@@ -224,6 +224,8 @@
<string name="ContactsCursorLoader_recent_chats">Recent chats</string>
<string name="ContactsCursorLoader_contacts">Contacts</string>
<string name="ContactsCursorLoader_groups">Groups</string>
<!-- Contact search header for individuals who the user has not started a conversation with but is in a group with -->
<string name="ContactsCursorLoader_group_members">Group members</string>
<string name="ContactsCursorLoader_phone_number_search">Phone number search</string>
<!-- Header for username search -->
<string name="ContactsCursorLoader_find_by_username">Find by username</string>