diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-23 14:33:40 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-23 14:33:40 +0100 |
commit | 6d4a55a08743032bb3f0a068d09aaae588eb0b17 (patch) | |
tree | 6835cf37618a8c36df805382ea32a24ae2eba8d0 /src/main/res/xml | |
parent | 303a3a16217c1d102216ab8d91cb03ea8039dd3c (diff) |
Removed stupid message correction
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 98982c2b..190c2167 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -194,11 +194,6 @@ android:key="remove_trusted_certificates" android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> - <CheckBoxPreference - android:defaultValue="true" - android:key="allow_message_correction" - android:title="@string/pref_allow_message_correction" - android:summary="@string/pref_allow_message_correction_summary"/> </PreferenceCategory> <PreferenceCategory android:key="connection_options" |