pull/600/head
Gabriel Luong 4 years ago committed by GitHub
parent a9c11d6f3b
commit e8b910302b

@ -29,7 +29,7 @@ object FeatureFlags {
/**
* Enables showing the top frequently visited sites
*/
val topFrecentSite = Config.channel.isNightlyOrDebug
const val topFrecentSite = true
/**
* Enables wait til first contentful paint

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

Loading…
Cancel
Save