Skip to content

Commit d419145

Browse files
guangyaoguangyao
authored andcommitted
Fix
1 parent ed40a73 commit d419145

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ios/RNNeteaseIm/RNNeteaseIm/NoticeViewController.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,8 @@ -(void)deleAllNotic{
253253
}
254254
-(void)refrash{
255255
NIMModel *mode = [NIMModel initShareMD];
256-
NSMutableArray *ok = [NSMutableArray array];
257256

258-
mode.notiArr = ok;
257+
mode.notiArr = _notiArr;
259258
}
260259
//返回标记为已读
261260
-(void)setAllread{

0 commit comments

Comments
 (0)