Skip to content

Commit

Permalink
Add post campaign feature flag (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgriego committed Jan 18, 2024
1 parent 5a328e3 commit b636095
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ enum class FlagKey(val key: String) {
ANDROID_CAPI_INTEGRATION("android_capi_integration"),
ANDROID_GOOGLE_ANALYTICS("android_google_analytics"),
ANDROID_PRE_LAUNCH_SCREEN("android_pre_launch_screen"),
ANDROID_DARK_MODE_ENABLED("android_dark_mode_enabled")
ANDROID_DARK_MODE_ENABLED("android_dark_mode_enabled"),
ANDROID_POST_CAMPAIGN_PLEDGES("android_post_campaign_pledges")
}

fun FeatureFlagClient.getFetchInterval(): Long =
Expand Down

0 comments on commit b636095

Please sign in to comment.