aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-10-19 22:01:25 +0200
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-10-19 22:01:25 +0200
commit4ca1c1420f9d0c5735adf8a98e09766102afddcd (patch)
treebe5dcf7809199aac81f1cc3539d150579372223d
parentcf2451fa8ccc734f2085f0d796c13dd4d16e72b4 (diff)
hide 'use integrated emoji' setting for Android O and higher
-rw-r--r--src/main/res/xml/preferences.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 7fb3d2189..5d9e6d6cc 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -393,7 +393,9 @@
android:summary="@string/pref_enable_multi_accounts_summary"
android:title="@string/pref_enable_multi_accounts_title" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/pref_ui_options">
+ <PreferenceCategory
+ android:key="UI"
+ android:title="@string/pref_ui_options">
<CheckBoxPreference
android:defaultValue="@bool/show_dynamic_tags"
android:key="show_dynamic_tags"