소스 검색

1.修改iOS Apex Drivers离线。

Pen Li 7 년 전
부모
커밋
024c8141e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Redant Drivers/Apex And Drivers/Offline/RAOfflineHandler.m

+ 1 - 1
Redant Drivers/Apex And Drivers/Offline/RAOfflineHandler.m

@@ -526,7 +526,7 @@ static dispatch_semaphore_t _lock;
                 [actions enumerateObjectsUsingBlock:^(NSDictionary * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
                     
                     int index = [[obj objectForKey:@"index"] intValue];
-                    maxActionIndex = index;
+                    maxActionIndex = MAX(maxActionIndex, index);
                 }];
                 if (actionIndex == maxActionIndex) {
                     isLast = YES;