Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-09-08 12:41:24 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-09-08 12:41:24 +0300
commit963eed7bcd3e713ca45dca79f3e65e548c110358 (patch)
tree515bb68b970f5773b25695b817aa93709577f023 /iOSClient/Diagnostics
parentc70937da189cbc67cd6bdcf87cd9d20322060c70 (diff)
coding
Diffstat (limited to 'iOSClient/Diagnostics')
-rw-r--r--iOSClient/Diagnostics/NCCapabilitiesViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Diagnostics/NCCapabilitiesViewController.swift b/iOSClient/Diagnostics/NCCapabilitiesViewController.swift
index 7e93ca9ea..f958584ff 100644
--- a/iOSClient/Diagnostics/NCCapabilitiesViewController.swift
+++ b/iOSClient/Diagnostics/NCCapabilitiesViewController.swift
@@ -204,7 +204,7 @@ class NCCapabilitiesViewController: UIViewController, UIDocumentInteractionContr
let fileURL = NSURL.fileURL(withPath: NSTemporaryDirectory(), isDirectory: true).appendingPathComponent("capabilities.txt")
do {
try self.capabilitiesText.write(to: fileURL, atomically: true, encoding: .utf8)
- NCMainCommon.sharedInstance.openIn(fileURL: fileURL, selector: nil)
+ NCMainCommon.shared.openIn(fileURL: fileURL, selector: nil)
} catch { }
}
}