[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:
SpiritCroc 2022-09-11 09:55:38 +02:00
parent 8da289a0e7
commit f0537e1c92
1 changed files with 2 additions and 0 deletions

View File

@ -160,10 +160,12 @@ class VectorSettingsPreferencesFragment :
} }
} }
/*
findPreference<Preference>(VectorPreferences.SETTINGS_PREF_SPACE_CATEGORY)!!.let { pref -> findPreference<Preference>(VectorPreferences.SETTINGS_PREF_SPACE_CATEGORY)!!.let { pref ->
pref.isVisible = !vectorFeatures.isNewAppLayoutFeatureEnabled() pref.isVisible = !vectorFeatures.isNewAppLayoutFeatureEnabled()
pref.isEnabled = !vectorPreferences.isNewAppLayoutEnabled() pref.isEnabled = !vectorPreferences.isNewAppLayoutEnabled()
} }
*/
// Url preview // Url preview
/* /*