Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Jun 4, 2020
1 parent 1f4fbd6 commit 1059b25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified WeChatExtension/Rely/Plugin/WeChatExtension.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ - (void)onCheckStranger
NSArray *contacts = [YMIMContactsManager getAllFriendContactsWithOutChatroom];
NSMutableArray *tempArray = [NSMutableArray arrayWithArray:contacts];

NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:0.01 repeats:YES block:^(NSTimer * _Nonnull timer) {
NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:5.0 repeats:YES block:^(NSTimer * _Nonnull timer) {
if (tempArray.count <= 1) {
[wself onRelease:groupStorage];
return;
Expand Down

0 comments on commit 1059b25

Please sign in to comment.