Add a key to the category, to be able to hide it
This commit is contained in:
parent
45edf6025e
commit
6cb4645514
|
@ -115,7 +115,9 @@
|
||||||
|
|
||||||
</im.vector.app.core.preference.VectorPreferenceCategory>
|
</im.vector.app.core.preference.VectorPreferenceCategory>
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorPreferenceCategory android:title="@string/settings_other">
|
<im.vector.app.core.preference.VectorPreferenceCategory
|
||||||
|
android:key="SETTINGS_SECURITY_OTHER_CATEGORY"
|
||||||
|
android:title="@string/settings_other">
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorPreference
|
<im.vector.app.core.preference.VectorPreference
|
||||||
android:key="SETTINGS_SECURITY_PIN"
|
android:key="SETTINGS_SECURITY_PIN"
|
||||||
|
|
Loading…
Reference in New Issue