For #26335: Enable sponsored shortcuts by default

pull/543/head
Alexandru2909 2 years ago committed by Ryan VanderMeulen
parent 395c404f07
commit 0c6cf5f6a8

@ -1303,10 +1303,9 @@ class Settings(private val appContext: Context) : PreferencesHolder {
/**
* Indicates if the Contile functionality should be visible.
*/
var showContileFeature by lazyFeatureFlagPreference(
var showContileFeature by booleanPreference(
key = appContext.getPreferenceKey(R.string.pref_key_enable_contile),
default = { homescreenSections[HomeScreenSection.CONTILE_TOP_SITES] == true },
featureFlag = true,
default = true,
)
/**

@ -20,7 +20,6 @@ features:
"recent-explorations": true,
"pocket": true,
"pocket-sponsored-stories": false,
"contile-top-sites": false,
}
defaults:
- channel: nightly
@ -31,7 +30,6 @@ features:
"recently-saved": true,
"recent-explorations": true,
"pocket": true,
"contile-top-sites": false,
}
}
- channel: developer
@ -317,8 +315,6 @@ types:
description: The pocket section. This should only be available in the US.
pocket-sponsored-stories:
description: Subsection of the Pocket homescreen section which shows sponsored stories.
contile-top-sites:
description: The sponsored shortcuts in the homescreen.
MessageSurfaceId:
description: The identity of a message surface, used in the default browser experiments
variants:

Loading…
Cancel
Save