소스 검색

applicationDidBecomeActive after 5 sec.

Marino Faggiana 8 년 전
부모
커밋
3eff25b738
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      iOSClient/AppDelegate.m

+ 0 - 1
iOSClient/AppDelegate.m

@@ -260,7 +260,6 @@
     // After 5 sec. for wait load app.activeMain start if exists in Table Automatic Upload + All
     dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 5.0 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
         
-        // Verify queue Upload Automatic + All
         if ([CCCoreData countTableAutomaticUploadForAccount:self.activeAccount selector:selectorUploadAutomatic] > 0)
             [app loadTableAutomaticUploadForSelector:selectorUploadAutomatic];