Skip to content

Commit 33730a4

Browse files
Bugfix FXIOS-14731, 14726 Bugzilla #2009902 (backport #31814) (#31823)
Bugfix FXIOS-14731, 14726 Bugzilla #2009902 (#31814) * Update URL with tabs url * add ticket (cherry picked from commit ab48cc0) Co-authored-by: Carson Ramsden <carsonramsden@gmail.com>
1 parent 68079f5 commit 33730a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firefox-ios/Client/Frontend/Browser/BrowserViewController/Views/BrowserViewController.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,6 +2536,11 @@ class BrowserViewController: UIViewController,
25362536
if let urlOrigin = url.origin,
25372537
let newTabURL = URL(string: urlOrigin) {
25382538
tab.url = newTabURL
2539+
// TODO: FXIOS-14738 Follow up with for proper 204 fix
2540+
// Update UI to reflect the URL we have set the tab to
2541+
if tab === tabManager.selectedTab {
2542+
updateUIForReaderHomeStateForTab(tab)
2543+
}
25392544
}
25402545
return
25412546
}

0 commit comments

Comments
 (0)