[app] Use app:isPreferenceVisible properly (#543)

* Stupid mistake.
This commit is contained in:
Wang Han 2021-05-06 21:38:18 +08:00 committed by GitHub
parent 7139c3f11f
commit 3fae782f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,6 @@
android:key="show_hidden_icon_apps_enabled"
android:title="@string/settings_show_hidden_icon_apps_enabled"
android:persistent="false"
android:visible="false" />
app:isPreferenceVisible="false" />
</com.takisoft.preferencex.PreferenceCategory>
</PreferenceScreen>