Skip to content

Commit

Permalink
refresh the model after the tab has been closed (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy authored Jan 19, 2024
1 parent 992283f commit dc58945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/MainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,7 @@ extension MainViewController: TabSwitcherDelegate {
hideSuggestionTray()
tabManager.remove(at: index)
updateCurrentTab()
tabsBarController?.refresh(tabsModel: tabManager.model)
}

func tabSwitcherDidRequestForgetAll(tabSwitcher: TabSwitcherViewController) {
Expand Down

0 comments on commit dc58945

Please sign in to comment.