Browse Source

Auto Upload test

Marino Faggiana 7 years ago
parent
commit
72f30b2a03
2 changed files with 1 additions and 4 deletions
  1. 1 3
      iOSClient/AppDelegate.m
  2. 0 1
      iOSClient/Main/CCMain.m

+ 1 - 3
iOSClient/AppDelegate.m

@@ -381,9 +381,7 @@
     } else {
     } else {
 
 
         // ONLY FOREFROUND
         // ONLY FOREFROUND
-        
-        [app performSelectorOnMainThread:@selector(loadAutomaticUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];
-    
+        [app performSelectorOnMainThread:@selector(loadAutomaticUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];    
     }
     }
 }
 }
 
 

+ 0 - 1
iOSClient/Main/CCMain.m

@@ -1651,7 +1651,6 @@
         } else {
         } else {
         
         
             // ONLY FOREFROUND
             // ONLY FOREFROUND
-        
             [app performSelectorOnMainThread:@selector(loadAutomaticUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];
             [app performSelectorOnMainThread:@selector(loadAutomaticUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];
         }
         }
     }
     }