diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 797f17bb5..6bb60e722 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -101,11 +101,6 @@ android:key="picture_compression" android:summary="@string/pref_picture_compression_summary" android:title="@string/pref_picture_compression" /> - <CheckBoxPreference - android:defaultValue="false" - android:key="return_to_previous" - android:summary="@string/pref_return_to_previous_summary" - android:title="@string/pref_return_to_previous" /> </PreferenceScreen> <!--status--> <PreferenceScreen @@ -240,6 +235,5 @@ android:icon="@drawable/ic_help_black_24dp" android:summary="@string/pref_about_conversations_summary" android:title="@string/title_activity_about" /> - - + </PreferenceScreen> |