Add common interface over SVR implementations.

This commit is contained in:
Greyson Parrelli
2023-06-14 11:27:44 -07:00
committed by Cody Henthorne
parent 51222738df
commit 38f2b39ac4
10 changed files with 531 additions and 59 deletions

View File

@@ -584,6 +584,9 @@
<action
android:id="@+id/action_internalSettingsFragment_to_internalSearchFragment"
app:destination="@id/internalSearchFragment" />
<action
android:id="@+id/action_internalSettingsFragment_to_internalSvrPlaygroundFragment"
app:destination="@id/internalSvrPlaygroundFragment" />
</fragment>
<fragment
@@ -601,6 +604,11 @@
android:name="org.thoughtcrime.securesms.components.settings.app.internal.search.InternalSearchFragment"
android:label="internal_search_fragment" />
<fragment
android:id="@+id/internalSvrPlaygroundFragment"
android:name="org.thoughtcrime.securesms.components.settings.app.internal.svr.InternalSvrPlaygroundFragment"
android:label="internal_svr_playground_fragment" />
<!-- endregion -->
<!-- Subscriptions -->