diff --git a/linphone-app/src/components/chat-room/ChatRoomModel.cpp b/linphone-app/src/components/chat-room/ChatRoomModel.cpp index e1d4a0308..b4aeed58b 100644 --- a/linphone-app/src/components/chat-room/ChatRoomModel.cpp +++ b/linphone-app/src/components/chat-room/ChatRoomModel.cpp @@ -871,7 +871,6 @@ void ChatRoomModel::insertCall (const std::shared_ptr &callLo endInsertRows(); } } - emit layoutChanged(); updateLastUpdateTime(); } } @@ -911,7 +910,6 @@ void ChatRoomModel::insertMessageAtEnd (const std::shared_ptr &eve beginInsertRows(QModelIndex(), row, row); mEntries << model; endInsertRows(); - emit layoutChanged(); } } }