Skip to content

Commit

Permalink
Fix: Fix onboarding improvements feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Jul 8, 2021
1 parent f1070f6 commit a016b3a
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 a016b3a

Please sign in to comment.