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 0aa12aa commit 29f64e5Copy full SHA for 29f64e5
ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m
@@ -599,7 +599,7 @@ -(void)setSendState{
599
break;
600
case 6:
601
//系统通知未读条数
602
- [_bridge.eventDispatcher sendDeviceEventWithName:@"observeUnreadCount" body:param];
+ [_bridge.eventDispatcher sendDeviceEventWithName:@"observeUnreadCountChange" body:param];
603
604
case 7:
605
//聊天记录
0 commit comments