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-10 10:48:23 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-09-10 10:48:23 +0300
commite7c7f4ca410519b262351a8f20fea132290ced61 (patch)
tree266f593a7e9de64956d3a3bb7ab1c009190c233b /iOSClient/Offline
parente36dc197bebed11a08c80485b775448f2a715270 (diff)
coding
Diffstat (limited to 'iOSClient/Offline')
-rw-r--r--iOSClient/Offline/NCOffline.swift12
1 files changed, 0 insertions, 12 deletions
diff --git a/iOSClient/Offline/NCOffline.swift b/iOSClient/Offline/NCOffline.swift
index 09f60b50e..2b8dcfb9a 100644
--- a/iOSClient/Offline/NCOffline.swift
+++ b/iOSClient/Offline/NCOffline.swift
@@ -45,18 +45,6 @@ class NCOffline: NCCollectionViewCommon {
return NSAttributedString.init(string: text, attributes: attributes)
}
- override func tapMoreGridItem(with objectId: String, namedButtonMore: String, sender: Any) {
-
- guard let metadata = NCManageDatabase.sharedInstance.getMetadataFromOcId(objectId) else { return }
- guard let tabBarController = self.tabBarController else { return }
-
- if namedButtonMore == "more" {
- toggleMoreMenu(viewController: tabBarController, metadata: metadata)
- } else if namedButtonMore == "stop" {
- NCMainCommon.shared.cancelTransferMetadata(metadata, uploadStatusForcedStart: false)
- }
- }
-
// MARK: SEGUE
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {