File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
ios/RNNeteaseIm/RNNeteaseIm Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,9 @@ -(void)setContactList:(NSMutableDictionary *)contactList{
5959 }
6060}
6161-(void )setNotiArr : (NSMutableArray *)notiArr {
62- if (_notiArr != notiArr) {
63- _notiArr = notiArr;
64- if (self.myBlock ) {
65- self.myBlock (5 , notiArr);
66- }
62+ _notiArr = notiArr;
63+ if (self.myBlock ) {
64+ self.myBlock (5 , notiArr);
6765 }
6866}
6967-(void )setTeamArr : (NSMutableArray *)teamArr {
Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ - (void)initController{
576576 [self setSendState ];
577577 [[NIMViewController initWithController ] addDelegate ];
578578 [[NoticeViewController initWithNoticeViewController ]initWithDelegate];
579- [[ RNNotificationCenter sharedCenter ] start ];
579+ [RNNotificationCenter sharedCenter ];
580580}
581581
582582-(void )setSendState {
You can’t perform that action at this time.
0 commit comments