mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 21:22:15 +01:00
Add an internal feature to search your contacts by ID/ACI/PNI.
This commit is contained in:
committed by
Cody Henthorne
parent
7c28d8ad51
commit
7318e676f7
@@ -581,6 +581,9 @@
|
||||
<action
|
||||
android:id="@+id/action_internalSettingsFragment_to_storyDialogsLauncherFragment"
|
||||
app:destination="@id/storyDialogsLauncherFragment" />
|
||||
<action
|
||||
android:id="@+id/action_internalSettingsFragment_to_internalSearchFragment"
|
||||
app:destination="@id/internalSearchFragment" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@@ -593,6 +596,11 @@
|
||||
android:name="org.thoughtcrime.securesms.components.settings.app.internal.InternalStoryDialogLauncherFragment"
|
||||
android:label="story_dialogs_launcher_fragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/internalSearchFragment"
|
||||
android:name="org.thoughtcrime.securesms.components.settings.app.internal.search.InternalSearchFragment"
|
||||
android:label="internal_search_fragment" />
|
||||
|
||||
<!-- endregion -->
|
||||
|
||||
<!-- Subscriptions -->
|
||||
|
||||
Reference in New Issue
Block a user