marinofaggiana пре 4 година
родитељ
комит
5f67d91210
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      iOSClient/Viewer/NCViewerProviderContextMenu.swift

+ 2 - 0
iOSClient/Viewer/NCViewerProviderContextMenu.swift

@@ -110,9 +110,11 @@ class NCViewerProviderContextMenu: UIViewController  {
             }
             
             // AUTO DOWNLOAD IMAGE
+            /*
             if !CCUtility.fileProviderStorageExists(metadata.ocId, fileNameView: metadata.fileNameView) && metadata.typeFile == NCBrandGlobal.shared.metadataTypeFileImage && CCUtility.getAutomaticDownloadImage() {
                 NCOperationQueue.shared.download(metadata: metadata, selector: "")
             }
+            */
             
             // AUTO DOWNLOAD LIVE PHOTO
             if let metadataLivePhoto = self.metadataLivePhoto {