From 35450bf407c0ec05d510f6148ecef0192d3b8003 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Wed, 19 Dec 2018 16:23:29 +0530 Subject: Remove non-helpful comments Signed-off-by: Roopesh Chander --- .../WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift') diff --git a/WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift b/WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift index b583c5b..65ad2fe 100644 --- a/WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift @@ -127,7 +127,6 @@ class SettingsTableViewController: UITableViewController { DispatchQueue.main.async { let activityVC = UIActivityViewController(activityItems: [destinationURL], applicationActivities: nil) - // popoverPresentationController shall be non-nil on the iPad activityVC.popoverPresentationController?.sourceView = sourceView activityVC.popoverPresentationController?.sourceRect = sourceView.bounds activityVC.completionWithItemsHandler = { _, _, _, _ in -- cgit v1.2.3-59-g8ed1b