Skip to content

Commit 64b6e49

Browse files
authored
Enable FF for showing sync setup promo in bookmark added dialog (#7171)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1212016239099418?focus=true ### Description Changes default value of feature flag to enable bookmark added dialogs showing sync setup promos. ### Steps to test this PR - [ ] QA optional
1 parent d22adb8 commit 64b6e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/sync-impl/src/main/java/com/duckduckgo/sync/impl/promotion/SyncPromotionFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ interface SyncPromotionFeature {
4545
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
4646
fun passwords(): Toggle
4747

48-
@Toggle.DefaultValue(DefaultFeatureValue.INTERNAL)
48+
@Toggle.DefaultValue(DefaultFeatureValue.TRUE)
4949
fun bookmarkAddedDialog(): Toggle
5050
}

0 commit comments

Comments
 (0)