Skip to content

Commit 170d244

Browse files
guangyaoguangyao
authored andcommitted
Fix获得缓存
1 parent 9feb7f8 commit 170d244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ - (dispatch_queue_t)methodQueue
479479

480480
NSString *allSize = [NSString stringWithFormat:@"%f",docSize+libSize+tmpNimSize+tmpPickSize];
481481
NSLog(@"allSize:%@ documentPath:%@",allSize,documentPath);
482-
NSArray *events = @[allSize];
483-
resolve(events);
482+
resolve(allSize);
484483
}
485484

486485
//清除数据缓存

0 commit comments

Comments
 (0)