Skip to content

Commit

Permalink
Bugfix FXIOS-9989 Fix incorrect toolbar display (#22254)
Browse files Browse the repository at this point in the history
adjust toolbar when BVC appears
  • Loading branch information
MattLichtenstein committed Oct 1, 2024
1 parent 9a9cee8 commit 02f5ab7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,8 @@ class BrowserViewController: UIViewController,
if !isToolbarRefactorEnabled {
urlBar.searchEnginesDidUpdate()
}

updateToolbarStateForTraitCollection(traitCollection)
}

override func viewDidAppear(_ animated: Bool) {
Expand Down

0 comments on commit 02f5ab7

Please sign in to comment.