Hide Flair settings, this is not implemented yet.
This commit is contained in:
parent
ace7ff464b
commit
ac845ad8c9
|
@ -20,7 +20,7 @@ Build 🧱:
|
||||||
-
|
-
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
-
|
- Hide Flair settings, this is not implemented yet.
|
||||||
|
|
||||||
Changes in Element 1.0.4 (2020-08-03)
|
Changes in Element 1.0.4 (2020-08-03)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
|
@ -8,10 +8,10 @@
|
||||||
app:fragment="im.vector.riotx.features.settings.VectorSettingsGeneralFragment" />
|
app:fragment="im.vector.riotx.features.settings.VectorSettingsGeneralFragment" />
|
||||||
|
|
||||||
<im.vector.riotx.core.preference.VectorPreference
|
<im.vector.riotx.core.preference.VectorPreference
|
||||||
android:enabled="@bool/false_not_implemented"
|
|
||||||
android:icon="@drawable/ic_settings_root_flair"
|
android:icon="@drawable/ic_settings_root_flair"
|
||||||
android:title="@string/settings_flair"
|
android:title="@string/settings_flair"
|
||||||
app:fragment="im.vector.riotx.features.settings.VectorSettingsFlairFragment" />
|
app:fragment="im.vector.riotx.features.settings.VectorSettingsFlairFragment"
|
||||||
|
app:isPreferenceVisible="@bool/false_not_implemented" />
|
||||||
|
|
||||||
<im.vector.riotx.core.preference.VectorPreference
|
<im.vector.riotx.core.preference.VectorPreference
|
||||||
android:icon="@drawable/ic_settings_root_notification"
|
android:icon="@drawable/ic_settings_root_notification"
|
||||||
|
@ -24,11 +24,10 @@
|
||||||
app:fragment="im.vector.riotx.features.settings.VectorSettingsPreferencesFragment" />
|
app:fragment="im.vector.riotx.features.settings.VectorSettingsPreferencesFragment" />
|
||||||
|
|
||||||
<im.vector.riotx.core.preference.VectorPreference
|
<im.vector.riotx.core.preference.VectorPreference
|
||||||
app:isPreferenceVisible="@bool/false_not_implemented"
|
|
||||||
android:enabled="@bool/false_not_implemented"
|
|
||||||
android:icon="@drawable/ic_settings_root_call"
|
android:icon="@drawable/ic_settings_root_call"
|
||||||
android:title="@string/preference_voice_and_video"
|
android:title="@string/preference_voice_and_video"
|
||||||
app:fragment="im.vector.riotx.features.settings.VectorSettingsVoiceVideoFragment" />
|
app:fragment="im.vector.riotx.features.settings.VectorSettingsVoiceVideoFragment"
|
||||||
|
app:isPreferenceVisible="@bool/false_not_implemented" />
|
||||||
|
|
||||||
<im.vector.riotx.core.preference.VectorPreference
|
<im.vector.riotx.core.preference.VectorPreference
|
||||||
android:icon="@drawable/ic_settings_root_ignored_users"
|
android:icon="@drawable/ic_settings_root_ignored_users"
|
||||||
|
|
Loading…
Reference in New Issue