浏览代码

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