mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Remove MMS delivery report setting
No good reason to have this cluttering up the menu when it is disabled and not implemented.
This commit is contained in:
parent
5cd044a6cc
commit
eae499052b
1 changed files with 0 additions and 6 deletions
|
@ -19,12 +19,6 @@
|
|||
android:key="pref_delivery_report_sms"
|
||||
android:summary="@string/preferences__request_a_delivery_report_for_each_sms_message_you_send"
|
||||
android:title="@string/preferences__sms_delivery_reports" />
|
||||
|
||||
<CheckBoxPreference android:defaultValue="false"
|
||||
android:key="pref_delivery_report_mms"
|
||||
android:summary="@string/preferences__request_a_delivery_report_for_each_mms_message_you_send"
|
||||
android:enabled="false"
|
||||
android:title="@string/preferences__mms_delivery_reports" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/preferences__storage">
|
||||
|
|
Loading…
Reference in a new issue