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

+ 6 - 0
iOSClient/Viewer/NCViewer.swift

@@ -53,6 +53,12 @@ class NCViewer: NSObject {
             return
         }
         
+        // IMAGE
+        if metadata.typeFile == k_metadataTypeFile_image {
+            
+            return
+        }
+        
         // DOCUMENTS
         if metadata.typeFile == k_metadataTypeFile_document {