Marino Faggiana 7 年之前
父节点
当前提交
8d619562e6
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      PickerFileProvider/FileProvider.swift

+ 5 - 5
PickerFileProvider/FileProvider.swift

@@ -324,7 +324,7 @@ class FileProvider: NSFileProviderExtension {
                     // item
                     _ = FileProviderItem(metadata: metadataDB, serverUrl: serverUrl)
                     
-                    // 
+                    //
                     self.uploading = self.uploading.filter() { $0 != identifier.rawValue }
                     
                     // Refresh UI
@@ -710,10 +710,10 @@ class FileProvider: NSFileProviderExtension {
         })
     }
     
-    //
-    //
-    //
-    //
+    // --------------------------------------------------------------------------------------------
+    //  MARK: - User Function
+    // --------------------------------------------------------------------------------------------
+
     
     func refreshCurrentEnumerator(serverUrl: String) {