diff --git a/App/Browser View/BrowserViewController.swift b/App/Browser View/BrowserViewController.swift index eb23aa7..0d5d87d 100644 --- a/App/Browser View/BrowserViewController.swift +++ b/App/Browser View/BrowserViewController.swift @@ -169,6 +169,9 @@ class BrowserViewController: UIViewController, WKNavigationDelegate, WKUIDelegat alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { _ in alert.dismiss(animated: true, completion: nil) + + // Clears out the error state + toolbarController.urlBar.loadProgress = .complete })) self.present(alert, animated: true, completion: nil)