mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Add a key to the category, to be able to hide it
This commit is contained in:
parent
45edf6025e
commit
6cb4645514
1 changed files with 3 additions and 1 deletions
|
@ -115,7 +115,9 @@
|
|||
|
||||
</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
|
||||
android:key="SETTINGS_SECURITY_PIN"
|
||||
|
|
Loading…
Add table
Reference in a new issue