diff --git a/app/src/main/java/org/mozilla/fenix/utils/Settings.kt b/app/src/main/java/org/mozilla/fenix/utils/Settings.kt index 7ab302e911..500c5c8e44 100644 --- a/app/src/main/java/org/mozilla/fenix/utils/Settings.kt +++ b/app/src/main/java/org/mozilla/fenix/utils/Settings.kt @@ -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, ) /** diff --git a/nimbus.fml.yaml b/nimbus.fml.yaml index 778a105356..ee4c4cb592 100644 --- a/nimbus.fml.yaml +++ b/nimbus.fml.yaml @@ -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: