marinofaggiana 4 years ago
parent
commit
3e06095120
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Share/NCShareExtension.swift

+ 1 - 1
Share/NCShareExtension.swift

@@ -381,7 +381,7 @@ class NCShareExtension: UIViewController, NCListCellDelegate, NCEmptyDataSetDele
                 }
                 
                 // CHUNCK
-                if chunckSize != 0 && metadata.size <= chunckSize {
+                if chunckSize != 0 && metadata.size > chunckSize {
                     metadata.chunk = true
                 }