hide 'use integrated emoji' setting for Android O and higher

This commit is contained in:
Christian Schneppe 2019-10-19 22:01:25 +02:00
parent cf2451fa8c
commit 4ca1c1420f
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -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"