mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-26 17:43:11 +01:00
[merge] Don't hide space settings
All these settings work in the old layout, dunno why upstream disabled these now for the old layout. Change-Id: I92091454ce5263f1e11915e839b77b1cf3071aa2
This commit is contained in:
parent
8da289a0e7
commit
f0537e1c92
@ -160,10 +160,12 @@ class VectorSettingsPreferencesFragment :
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
findPreference<Preference>(VectorPreferences.SETTINGS_PREF_SPACE_CATEGORY)!!.let { pref ->
|
||||
pref.isVisible = !vectorFeatures.isNewAppLayoutFeatureEnabled()
|
||||
pref.isEnabled = !vectorPreferences.isNewAppLayoutEnabled()
|
||||
}
|
||||
*/
|
||||
|
||||
// Url preview
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user