Explorar o código

1.修改RA Image iOS重试检查是否Wifi可用。

Pen Li %!s(int64=8) %!d(string=hai) anos
pai
achega
0954c0e53d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      common/upload/RAUploadManager.m

+ 4 - 0
common/upload/RAUploadManager.m

@@ -513,6 +513,10 @@
     if (self.retryArr.count == 0) {
         return;
     }
+    // 检查Wi-Fi Only
+    if (![self canUpload]) {
+        return;
+    }
     
     NSMutableArray<RAUploadOperation *> *nextStartOperations = [NSMutableArray array];
 //    // 检查当前上传队列等待数量是否小于最大并发数