No issue: Enable tabs tray re-write by default in nightly

This commit is contained in:
Jonathan Almeida 2021-04-13 15:37:35 -04:00 committed by Jonathan Almeida
parent f94f8531f6
commit 053453cc7f

View File

@ -353,7 +353,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
var tabsTrayRewrite by featureFlagPreference(
appContext.getPreferenceKey(R.string.pref_key_new_tabs_tray),
default = false,
default = true,
featureFlag = FeatureFlags.tabsTrayRewrite
)