修复MessageView和AvRoomDataManager中的chatRoomMessages不同步的问题
This commit is contained in:
@@ -863,7 +863,7 @@ public final class AvRoomDataManager {
|
||||
return chatRoomMessages;
|
||||
}
|
||||
|
||||
private void addChatRoomMessage(ChatRoomMessage msg) {
|
||||
public void addChatRoomMessage(ChatRoomMessage msg) {
|
||||
if (msg == null) return;
|
||||
|
||||
if (msg.getMsgType() == MsgTypeEnum.notification) {
|
||||
|
Reference in New Issue
Block a user