diff --git a/Tusker/Screens/Crash Reporter/IssueReporterViewController.swift b/Tusker/Screens/Crash Reporter/IssueReporterViewController.swift index 8afa5727..15c52e3e 100644 --- a/Tusker/Screens/Crash Reporter/IssueReporterViewController.swift +++ b/Tusker/Screens/Crash Reporter/IssueReporterViewController.swift @@ -142,6 +142,7 @@ class IssueReporterViewController: UIViewController { let url = dir.appendingPathComponent(reportFilename) try! reportText.data(using: .utf8)!.write(to: url) let activityController = UIActivityViewController(activityItems: [url], applicationActivities: nil) + activityController.popoverPresentationController?.sourceView = sendReportButton present(activityController, animated: true) }