Skip to content

Commit

Permalink
dismiss omnibar before selecting tab
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Nov 6, 2023
1 parent d405e13 commit e62914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/MainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ class MainViewController: UIViewController {
allowContentUnderflow = false
request()
guard let tab = currentTab else { fatalError("no tab") }
select(tab: tab)
dismissOmniBar()
select(tab: tab)
}

private func addTab(url: URL?, inheritedAttribution: AdClickAttributionLogic.State?) {
Expand Down

0 comments on commit e62914b

Please sign in to comment.