From 117bf25eecdbb97776efa8176d729aadfefd5f81 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Fri, 4 Jan 2019 16:19:56 +0100 Subject: [PATCH] (IPAD)fix ChatsListView --- Classes/ChatConversationView.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classes/ChatConversationView.m b/Classes/ChatConversationView.m index 171ebd297..8c111d43b 100644 --- a/Classes/ChatConversationView.m +++ b/Classes/ChatConversationView.m @@ -990,6 +990,8 @@ void on_chat_room_conference_joined(LinphoneChatRoom *cr, const LinphoneEventLog ChatConversationView *view = (__bridge ChatConversationView *)linphone_chat_room_cbs_get_user_data(linphone_chat_room_get_current_callbacks(cr)); [view configureForRoom:false]; [view.tableController scrollToBottom:true]; + if (IPAD) + [NSNotificationCenter.defaultCenter postNotificationName:kLinphoneMessageReceived object:nil]; } void on_chat_room_conference_left(LinphoneChatRoom *cr, const LinphoneEventLog *event_log) {