Skip to content

Commit

Permalink
Bugfix FXIOS-8581 [v125] Deeplink white screen, page won't load - Pa…
Browse files Browse the repository at this point in the history
…rt 3 (backport #19051) (#19076)

(cherry picked from commit 03a24eb)

Co-authored-by: Nishant Bhasin <[email protected]>
  • Loading branch information
mergify[bot] and nbhasin2 authored Mar 7, 2024
1 parent c6119af commit bc0133b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firefox-ios/Client/TabManagement/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,8 @@ class Tab: NSObject, ThemeApplicable {
}
}

if webView?.reloadFromOrigin() != nil {
if let webView, let url = webView.url {
webView.reloadFromOrigin()
logger.log("Reloaded zombified tab from origin",
level: .debug,
category: .tabs)
Expand Down

1 comment on commit bc0133b

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0].extra[0].treeherder[1].symbol: unknown context value cron

Please sign in to comment.