For #27172 - Enable the sync onboarding cfr in all releases

This commit is contained in:
Mugurell 2022-09-27 10:07:25 +03:00 committed by mergify[bot]
parent 6c2609ad58
commit c3a3cae99b
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ object FeatureFlags {
/**
* Enables the onboarding sync CFR on the home screen.
*/
val showSynCFR = Config.channel.isNightlyOrDebug
const val showSynCFR = true
/**
* Enables the onboarding jump back in CFR on the home screen.

View File

@ -1255,7 +1255,6 @@ class Settings(private val appContext: Context) : PreferencesHolder {
/**
* Indicates if sync onboarding CFR should be shown.
* Returns true if the [FeatureFlags.showSynCFR] and [R.string.pref_key_should_show_sync_cfr] are true.
*/
var showSyncCFR by lazyFeatureFlagPreference(
appContext.getPreferenceKey(R.string.pref_key_should_show_sync_cfr),