Skip to content

Commit

Permalink
Fix brave/brave-ios#8552: Reopening closed tabs via Cmd + Shift + T i…
Browse files Browse the repository at this point in the history
…s not working when these tabs are closed using Cmd + W (brave/brave-ios#8564)
  • Loading branch information
soner-yuksel authored Dec 14, 2023
1 parent e09c64e commit 2b9df3d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ extension BrowserViewController {
hideReaderModeBar(animated: false)
}

// Initially add the tab to recently closed and remove it from Tab Data after
tabManager.addTabToRecentlyClosed(currentTab)
tabManager.removeTab(currentTab)
}

Expand Down

0 comments on commit 2b9df3d

Please sign in to comment.