Skip to content

Commit

Permalink
Merge pull request #15003 from wordpress-mobile/issue/14989-fix-onboa…
Browse files Browse the repository at this point in the history
…rding-improvements-feature-flag

Onboarding Improvements: Fix Feature Flag
  • Loading branch information
ashiagr authored Jul 9, 2021
2 parents feeacbc + a016b3a commit 8203f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ import javax.inject.Inject
@FeatureInDevelopment
class OnboardingImprovementsFeatureConfig @Inject constructor(
appConfig: AppConfig
) : FeatureConfig(appConfig, BuildConfig.GLOBAL_STYLE_SUPPORT)
) : FeatureConfig(appConfig, BuildConfig.ONBOARDING_IMPROVEMENTS)

0 comments on commit 8203f20

Please sign in to comment.