Commit 41e1e562 authored by 林生雨's avatar 林生雨

commit

parent 387e3374
...@@ -473,6 +473,7 @@ FlutterEventSink _eventSink; ...@@ -473,6 +473,7 @@ FlutterEventSink _eventSink;
NSString* index=[map objectForKey:@"path"]; NSString* index=[map objectForKey:@"path"];
if ([index isEqualToString:tmpPath]) { if ([index isEqualToString:tmpPath]) {
[map setObject:realPath forKey:@"realPath"]; [map setObject:realPath forKey:@"realPath"];
break;
} }
} }
NSLog(@"SIZEEE %d %d ",self.nowSize,self.needSize); NSLog(@"SIZEEE %d %d ",self.nowSize,self.needSize);
...@@ -508,6 +509,7 @@ FlutterEventSink _eventSink; ...@@ -508,6 +509,7 @@ FlutterEventSink _eventSink;
NSString* index=[map objectForKey:@"path"]; NSString* index=[map objectForKey:@"path"];
if ([index isEqualToString:tmpPath]) { if ([index isEqualToString:tmpPath]) {
[map setObject:realPath forKey:@"realPath"]; [map setObject:realPath forKey:@"realPath"];
break;
} }
} }
NSLog(@"SIZEEE %d %d %d",self.nowSize,self.needSize,self.copySize); NSLog(@"SIZEEE %d %d %d",self.nowSize,self.needSize,self.copySize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment