Browse Source

RA Image

增加上传任务的保存与读取
Ray Zhang 9 years ago
parent
commit
fe6e97ba7e

BIN
Ants Contract/AntsContract.xcworkspace/xcuserdata/Ray.xcuserdatad/UserInterfaceState.xcuserstate


BIN
RA Image/RA Image.xcodeproj/project.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 4 - 4
RA Image/RA Image/AppDelegate.m

@@ -19,10 +19,10 @@
 
 - (void)showNormalRootVC {
     self.window.rootViewController = self.rootVC;
-    NSMutableArray *arr = [self cachedUploadTasks];
-    if (arr && arr.count) {
-        [self.uploadManager addTasks:arr];
-    }
+//    NSMutableArray *arr = [self cachedUploadTasks];
+//    if (arr && arr.count) {
+//        [self.uploadManager addTasks:arr];
+//    }
 }
 
 - (void)showLoginVC {