Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #26696 - Enable showSynCFR for Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed Aug 29, 2022
1 parent 40cd581 commit 036b0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 036b0f8

Please sign in to comment.