浏览代码

Auto Upload test

Marino Faggiana 7 年之前
父节点
当前提交
72f30b2a03
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 1 3
      iOSClient/AppDelegate.m
  2. 0 1
      iOSClient/Main/CCMain.m

+ 1 - 3
iOSClient/AppDelegate.m

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