We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935444f commit 2c2c99cCopy full SHA for 2c2c99c
1 file changed
ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m
@@ -873,4 +873,8 @@ - (NSString *)getNetStatus{
873
return strNetWork;
874
}
875
876
++ (BOOL)requiresMainQueueSetup{
877
+ return YES;
878
+}
879
+
880
@end
0 commit comments