Explorar o código

RA Image

增加上传任务的保存与读取
Ray Zhang %!s(int64=9) %!d(string=hai) anos
pai
achega
c6f768e5b3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      common/upload/RAUploadManager.m

+ 2 - 1
common/upload/RAUploadManager.m

@@ -18,6 +18,7 @@
         [self loadTasks];
 
         self.newtaskStatus = TaskStatusWait;
+        self.autoStart = true;
         self.maxThread = 3;
         self.removeError=true;
         self.removeFinish = true;
@@ -171,7 +172,7 @@
     task[@"progress"] = [NSNumber numberWithDouble:0.0];
     
     
-}
+}  
 -(void) startAllTasks
 {