소스 검색

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];
         }
     }