marinofaggiana 5 years ago
parent
commit
3a8d44890f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      iOSClient/AppDelegate.m

+ 6 - 0
iOSClient/AppDelegate.m

@@ -1394,6 +1394,12 @@ PKPushRegistry *pushRegistry;
                 
                 counterUpload++;
                 sizeUpload = sizeUpload + metadata.size;
+                
+                // IMI -> MODIFY
+                if ([metadata .fileName.pathExtension.lowercaseString isEqualToString:@"imi"]) {
+                    break;
+                }
+                
             } else {
                 break;
             }