We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feb7f8 commit 170d244Copy full SHA for 170d244
ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m
@@ -479,8 +479,7 @@ - (dispatch_queue_t)methodQueue
479
480
NSString *allSize = [NSString stringWithFormat:@"%f",docSize+libSize+tmpNimSize+tmpPickSize];
481
NSLog(@"allSize:%@ documentPath:%@",allSize,documentPath);
482
- NSArray *events = @[allSize];
483
- resolve(events);
+ resolve(allSize);
484
}
485
486
//清除数据缓存
0 commit comments