Skip to content

Commit

Permalink
添加到主线程
Browse files Browse the repository at this point in the history
  • Loading branch information
OMysVison committed Dec 26, 2019
1 parent 935444f commit 2c2c99c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m
Original file line number Diff line number Diff line change
Expand Up @@ -873,4 +873,8 @@ - (NSString *)getNetStatus{
return strNetWork;
}

+ (BOOL)requiresMainQueueSetup{
return YES;
}

@end

0 comments on commit 2c2c99c

Please sign in to comment.