[fenix] For https://github.com/mozilla-mobile/fenix/issues/26696 - Enable showSynCFR for Nightly

pull/600/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent c909aaea13
commit 7827fda4a4

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

Loading…
Cancel
Save