mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Restore setting removed by mistake
This commit is contained in:
parent
c6bd6c17fc
commit
971320a56c
@ -3,7 +3,6 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorPreferenceCategory
|
<im.vector.app.core.preference.VectorPreferenceCategory
|
||||||
android:key="SETTINGS_USER_SETTINGS_PREFERENCE_KEY"
|
android:key="SETTINGS_USER_SETTINGS_PREFERENCE_KEY"
|
||||||
android:title="@string/settings_user_settings">
|
android:title="@string/settings_user_settings">
|
||||||
@ -28,6 +27,12 @@
|
|||||||
android:title="@string/settings_emails_and_phone_numbers_title"
|
android:title="@string/settings_emails_and_phone_numbers_title"
|
||||||
app:fragment="im.vector.app.features.settings.threepids.ThreePidsSettingsFragment" />
|
app:fragment="im.vector.app.features.settings.threepids.ThreePidsSettingsFragment" />
|
||||||
|
|
||||||
|
<im.vector.app.core.preference.VectorPreference
|
||||||
|
android:persistent="false"
|
||||||
|
android:summary="@string/settings_discovery_manage"
|
||||||
|
android:title="@string/settings_discovery_category"
|
||||||
|
app:fragment="im.vector.app.features.discovery.DiscoverySettingsFragment" />
|
||||||
|
|
||||||
</im.vector.app.core.preference.VectorPreferenceCategory>
|
</im.vector.app.core.preference.VectorPreferenceCategory>
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorPreferenceCategory
|
<im.vector.app.core.preference.VectorPreferenceCategory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user