Improve network reliability during resumable uploads.

This commit is contained in:
Greyson Parrelli
2020-10-13 17:37:14 -04:00
parent 322c139c26
commit 84ec6dd458
10 changed files with 52 additions and 167 deletions

View File

@@ -75,4 +75,15 @@
</PreferenceCategory>
<PreferenceCategory
android:title="@string/preferences__internal_network">
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:key="internal.force_censorship"
android:summary="@string/preferences__internal_force_censorship_description"
android:title="@string/preferences__internal_force_censorship" />
</PreferenceCategory>
</PreferenceScreen>