From 37f815270796b214dd0a21b759721376f937afbc Mon Sep 17 00:00:00 2001 From: Wisdom Arerosuoghene Date: Sat, 18 May 2019 01:42:51 +0100 Subject: [PATCH] correct SFSafariViewController usage --- .../TransactionFullDetailsViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Decred Wallet/view_controller/TransactionFullDetails/TransactionFullDetailsViewController.swift b/Decred Wallet/view_controller/TransactionFullDetails/TransactionFullDetailsViewController.swift index bdb01655c..d86058dbc 100644 --- a/Decred Wallet/view_controller/TransactionFullDetails/TransactionFullDetailsViewController.swift +++ b/Decred Wallet/view_controller/TransactionFullDetails/TransactionFullDetailsViewController.swift @@ -296,7 +296,6 @@ class TransactionFullDetailsViewController: UIViewController, UITableViewDataSou func openLink(urlString: String) { if let url = URL(string: urlString) { - var viewController: SFSafariViewController let viewController = SFSafariViewController(url: url) viewController.delegate = self as SFSafariViewControllerDelegate self.navigationController?.pushViewController(viewController, animated: true)