We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a294b78 commit 66f8008Copy full SHA for 66f8008
Client/Frontend/Browser/TabTrayController.swift
@@ -503,10 +503,9 @@ class TabTrayController: UIViewController {
503
self.collectionView.performBatchUpdates({ _ in
504
let tab = self.tabManager.addTab(request, isPrivate: self.privateMode)
505
}, completion: { finished in
506
+ // The addTab delegate method will pop to the BVC no need to do anything here.
507
self.toolbar.isUserInteractionEnabled = true
508
if finished {
- _ = self.navigationController?.popViewController(animated: true)
509
-
510
if request == nil && NewTabAccessors.getNewTabPage(self.profile.prefs) == .blankPage {
511
if let bvc = self.navigationController?.topViewController as? BrowserViewController {
512
DispatchQueue.main.asyncAfter(deadline: .now() + 0.6) {
0 commit comments