Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #7836: Tabs Bar not updating when opening bulk bookmarks (#7850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T authored Aug 9, 2023
1 parent de2f49d commit 56bf475
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,9 @@ extension TabsBarViewController: TabManagerDelegate {
func tabManagerDidRemoveAllTabs(_ tabManager: TabManager, toast: ButtonToast?) {
updateData()
}

func tabManagerDidAddTabs(_ tabManager: TabManager) {
assert(Thread.current.isMainThread)
updateData()
}
}

0 comments on commit 56bf475

Please sign in to comment.