marinofaggiana 5 жил өмнө
parent
commit
a7550c657b

+ 7 - 7
iOSClient/Main/NCDetailViewController.swift

@@ -134,6 +134,13 @@ class NCDetailViewController: UIViewController {
         }
     }
     
+    @objc func moveFile(_ notification: NSNotification) {
+        if let userInfo = notification.userInfo as NSDictionary? {
+            if let metadata = userInfo["metadata"] as? tableMetadata {
+            }
+        }
+    }
+    
     @objc func deleteFile(_ notification: NSNotification) {
         if let userInfo = notification.userInfo as NSDictionary? {
             if let metadata = userInfo["metadata"] as? tableMetadata {
@@ -208,13 +215,6 @@ class NCDetailViewController: UIViewController {
         }
     }
     
-    @objc func moveFile(_ notification: NSNotification) {
-        if let userInfo = notification.userInfo as NSDictionary? {
-            if let metadata = userInfo["metadata"] as? tableMetadata {
-            }
-        }
-    }
-    
     //MARK: -
     
     @objc func viewFile(metadata: tableMetadata, selector: String?) {