Skip to content

Commit

Permalink
Connect winback remote feature flag (#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora authored Feb 13, 2025
1 parent b7cfb8a commit 8f8bf61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ enum class Feature(
title = "Winback flow",
defaultValue = BuildConfig.DEBUG,
tier = FeatureTier.Free,
hasFirebaseRemoteFlag = false,
hasFirebaseRemoteFlag = true,
hasDevToggle = true,
),
PODCAST_FEED_UPDATE(
Expand Down

0 comments on commit 8f8bf61

Please sign in to comment.