For #26696 - Enable showSynCFR for Nightly

This commit is contained in:
Gabriel Luong 2022-08-29 13:03:58 -04:00 committed by mergify[bot]
parent 40cd58132e
commit 036b0f8a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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.