We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
internal
1 parent 9279f1a commit 99c48d1Copy full SHA for 99c48d1
sync/sync-impl/src/main/java/com/duckduckgo/sync/impl/promotion/SyncPromotionFeature.kt
@@ -45,7 +45,6 @@ interface SyncPromotionFeature {
45
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
46
fun passwords(): Toggle
47
48
- @Toggle.InternalAlwaysEnabled
49
- @Toggle.DefaultValue(DefaultFeatureValue.FALSE)
+ @Toggle.DefaultValue(DefaultFeatureValue.INTERNAL)
50
fun bookmarkAddedDialog(): Toggle
51
}
0 commit comments