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 0decc0c commit 8d9cf0bCopy full SHA for 8d9cf0b
ios/RNNeteaseIm/RNNeteaseIm/NIMViewController.m
@@ -43,6 +43,17 @@ - (void)viewDidLoad {
43
#pragma mark - NIMLoginManagerDelegate
44
- (void)onLogin:(NIMLoginStep)step{
45
NSString *strStatus = [NSString stringWithFormat:@"%zd",step];
46
+ switch (step) {
47
+ case NIMLoginStepLinkOK:
48
+ case NIMLoginStepSyncOK:
49
+ case NIMLoginStepSyncing:
50
+ [self getResouces];
51
+ break;
52
+
53
+ default:
54
55
+ }
56
57
[NIMModel initShareMD].NetStatus = strStatus;
58
}
59
//删除一行
0 commit comments