Skip to content

Commit 62398d9

Browse files
joshliebeCDRussell
authored andcommitted
Enable singleOmnibarFeature by default (#6559)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1200204095367872/task/1211021941669104?focus=true ### Description - Sets the `singleOmnibarFeature` to true by default. ### Steps to test this PR - [ ] Fresh install the app - [ ] Verify that the new omnibar is visible
1 parent 4230414 commit 62398d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/common-ui/src/main/java/com/duckduckgo/common/ui/experiments/visual/ExperimentalThemingFeature.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ interface ExperimentalThemingFeature {
3030
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
3131
fun self(): Toggle
3232

33-
@Toggle.InternalAlwaysEnabled
34-
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
33+
@Toggle.DefaultValue(DefaultFeatureValue.TRUE)
3534
fun singleOmnibarFeature(): Toggle
3635

3736
enum class ExperimentalThemingCohortName(override val cohortName: String) : CohortName {

0 commit comments

Comments
 (0)