mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/14629 - Enable showing frequently visited sites ON by default (https://github.com/mozilla-mobile/fenix/pull/14630)
This commit is contained in:
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…
Reference in New Issue
Block a user