mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +01:00
Merge pull request #8160 from vector-im/fix/mna/pref-space-setting-visibility
Space setting category doesn't show up
This commit is contained in:
commit
664fa7f952
1
changelog.d/7989.bugfix
Normal file
1
changelog.d/7989.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Space setting category doesn't show up
|
@ -103,7 +103,7 @@ class VectorSettingsPreferencesFragment :
|
||||
}
|
||||
|
||||
findPreference<Preference>(VectorPreferences.SETTINGS_PREF_SPACE_CATEGORY)!!.let { pref ->
|
||||
pref.isVisible = !vectorFeatures.isNewAppLayoutFeatureEnabled()
|
||||
pref.isVisible = !vectorPreferences.isNewAppLayoutEnabled()
|
||||
pref.isEnabled = !vectorPreferences.isNewAppLayoutEnabled()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user