mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 20:54:38 +01:00
Fix nightly updates.
This commit is contained in:
@@ -106,6 +106,13 @@
|
||||
app:exitAnim="@anim/fragment_open_exit"
|
||||
app:popEnterAnim="@anim/fragment_close_enter"
|
||||
app:popExitAnim="@anim/fragment_close_exit" />
|
||||
<action
|
||||
android:id="@+id/action_appSettingsFragment_to_appUpdatesSettingsFragment"
|
||||
app:destination="@id/appUpdatesFragment"
|
||||
app:enterAnim="@anim/fragment_open_enter"
|
||||
app:exitAnim="@anim/fragment_open_exit"
|
||||
app:popEnterAnim="@anim/fragment_close_enter"
|
||||
app:popExitAnim="@anim/fragment_close_exit" />
|
||||
<action
|
||||
android:id="@+id/action_appSettingsFragment_to_internalSettingsFragment"
|
||||
app:destination="@id/internalSettingsFragment"
|
||||
@@ -644,6 +651,13 @@
|
||||
|
||||
<!-- endregion -->
|
||||
|
||||
<!-- App updates -->
|
||||
|
||||
<fragment
|
||||
android:id="@+id/appUpdatesFragment"
|
||||
android:name="org.thoughtcrime.securesms.components.settings.app.updates.AppUpdatesSettingsFragment"
|
||||
android:label="app_update_fragment" />
|
||||
|
||||
<!-- Subscriptions -->
|
||||
<fragment
|
||||
android:id="@+id/manageDonationsFragment"
|
||||
|
||||
@@ -3018,6 +3018,7 @@
|
||||
<!-- Privacy settings payments section title -->
|
||||
<string name="preferences_app_protection__payments">Payments</string>
|
||||
<string name="preferences_chats__chats">Chats</string>
|
||||
<string name="preferences_app_updates__title">App updates</string>
|
||||
<string name="preferences_data_and_storage__manage_storage">Manage storage</string>
|
||||
<string name="preferences_data_and_storage__use_less_data_for_calls">Use less data for calls</string>
|
||||
<string name="preferences_data_and_storage__never">Never</string>
|
||||
|
||||
Reference in New Issue
Block a user