Replace with new custom notifications page.

This commit is contained in:
Alex Hart
2021-08-04 13:21:26 -03:00
parent 3585667fb9
commit fe9b8a9f47
10 changed files with 371 additions and 768 deletions

View File

@@ -85,6 +85,14 @@
android:name="recipient_id"
app:argType="org.thoughtcrime.securesms.recipients.RecipientId" />
<action
android:id="@+id/action_soundsAndNotificationsSettingsFragment_to_customNotificationsSettingsFragment"
app:destination="@id/customNotificationsSettingsFragment"
app:enterAnim="@anim/fragment_open_enter"
app:exitAnim="@anim/fragment_open_exit"
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_close_exit" />
</fragment>
<fragment
@@ -97,6 +105,16 @@
app:nullable="true" />
</fragment>
<fragment
android:id="@+id/customNotificationsSettingsFragment"
android:name="org.thoughtcrime.securesms.components.settings.conversation.sounds.custom.CustomNotificationsSettingsFragment">
<argument
android:name="recipient_id"
app:argType="org.thoughtcrime.securesms.recipients.RecipientId" />
</fragment>
<include app:graph="@navigation/app_settings_expire_timer" />
</navigation>