Hide prefExpandNotify from search results (#4673)

This commit is contained in:
Richard 2020-11-09 11:31:58 -05:00 committed by GitHub
parent 8d2df1afa1
commit 5624ac9ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:search="http://schemas.android.com/apk/com.bytehamster.lib.preferencesearch">
<PreferenceCategory android:title="@string/appearance">
<ListPreference
@ -44,7 +45,8 @@
android:enabled="true"
android:key="prefExpandNotify"
android:summary="@string/pref_expandNotify_sum"
android:title="@string/pref_expandNotify_title"/>
android:title="@string/pref_expandNotify_title"
search:ignore="true"/>
<SwitchPreferenceCompat
android:defaultValue="true"
android:enabled="true"