Browse Source

removed preview in upload

marinofaggiana 4 years ago
parent
commit
835f5d5135
2 changed files with 0 additions and 4 deletions
  1. 0 4
      iOSClient/Networking/NCNetworking.swift
  2. BIN
      upload-symbols

+ 0 - 4
iOSClient/Networking/NCNetworking.swift

@@ -425,10 +425,6 @@ import Queuer
                      
             NCManageDatabase.sharedInstance.setMetadataSession(ocId: metadata.ocId, sessionError: "", sessionTaskIdentifier: task.taskIdentifier, status: Int(k_metadataStatusUploading))
             
-            #if !EXTENSION
-            CCGraphics.createNewImage(from: metadata.fileNameView, ocId: metadata.ocId, etag: metadata.etag, typeFile: metadata.typeFile)
-            #endif
-            
             NotificationCenter.default.postOnMainThread(name: k_notificationCenter_uploadStartFile, userInfo: ["ocId":metadata.ocId])
             
             completion(0, "")

BIN
upload-symbols