File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/src/main/java/com/duckduckgo/app Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,8 @@ class AppearanceActivity : DuckDuckGoActivity() {
200200 val subtitle =
201201 getString(
202202 when (omnibarType) {
203- OmnibarType .SINGLE_TOP -> R .string.settingsAddressBarPositionTop
203+ OmnibarType .SINGLE_TOP , OmnibarType . SPLIT -> R .string.settingsAddressBarPositionTop
204204 OmnibarType .SINGLE_BOTTOM -> R .string.settingsAddressBarPositionBottom
205- OmnibarType .SPLIT -> throw IllegalStateException (" Split omnibar type should not be shown in address bar position setting" )
206205 },
207206 )
208207 binding.addressBarPositionSetting.setSecondaryText(subtitle)
Original file line number Diff line number Diff line change @@ -193,6 +193,6 @@ interface AndroidBrowserConfigFeature {
193193 @Toggle.DefaultValue (TRUE )
194194 fun useUnifiedOmnibarLayout (): Toggle
195195
196- @Toggle.DefaultValue (TRUE )
196+ @Toggle.DefaultValue (FALSE )
197197 fun splitOmnibar (): Toggle
198198}
You can’t perform that action at this time.
0 commit comments