Commit c62e8f8fbe80cda55135478b00747e319b8e2ded
1 parent
d3168445
UI修改
Showing
1 changed file
with
6 additions
and
0 deletions
CNLiveNewIMAManagerKit/Classes/Playform/IMAConversationManager.m
| ... | ... | @@ -1377,6 +1377,12 @@ |
| 1377 | 1377 | break; |
| 1378 | 1378 | } |
| 1379 | 1379 | } |
| 1380 | + | |
| 1381 | + /**处理会话列表上没有此会话,但是用户进入了聊天界面*/ | |
| 1382 | + if (!updateSucc && _chattingConversation) { | |
| 1383 | + [_chattingConversation onReceiveNewMessage:imamsg]; | |
| 1384 | + } | |
| 1385 | + | |
| 1380 | 1386 | return updateSucc; |
| 1381 | 1387 | } |
| 1382 | 1388 | ... | ... |