File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/src/main/java/com/duckduckgo/app/browser Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,9 @@ open class BrowserActivity : DuckDuckGoActivity() {
347347 super .onCreate(savedInstanceState = newInstanceState, daggerInject = false )
348348
349349 // safety check: if the omnibar type is SPLIT but the feature is disabled, reset to SINGLE_TOP
350- if (settingsDataStore.omnibarType == OmnibarType .SPLIT && (! browserFeatures.useUnifiedOmnibarLayout().isEnabled() || ! browserFeatures.splitOmnibar().isEnabled())) {
350+ if (settingsDataStore.omnibarType == OmnibarType .SPLIT &&
351+ (! browserFeatures.useUnifiedOmnibarLayout().isEnabled() || ! browserFeatures.splitOmnibar().isEnabled())
352+ ) {
351353 settingsDataStore.omnibarType = OmnibarType .SINGLE_TOP
352354 }
353355
You can’t perform that action at this time.
0 commit comments