marinofaggiana 4 năm trước cách đây
mục cha
commit
cd5d3842d1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      iOSClient/Networking/NCNetworking.swift

+ 2 - 0
iOSClient/Networking/NCNetworking.swift

@@ -403,10 +403,12 @@ import Queuer
                 fileNameLocalPath = CCUtility.getDirectoryProviderStorageOcId(extractMetadata.ocId, fileNameView: extractMetadata.fileNameView)
                 NCUtilityFileSystem.shared.moveFileInBackground(atPath: fileNamePath!, toPath: fileNameLocalPath)
 
+                /*
                 if metadata.chunk {
                     let path = CCUtility.getDirectoryProviderStorageOcId(extractMetadata.ocId)!
                     _ = self.fileChunks(path: path, fileName: metadata.fileName, pathChunks: path, size: 10)
                 }
+                */
                 
                 NCManageDatabase.shared.addMetadata(extractMetadata)