mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
Avoid reloading chat on single new event
This commit is contained in:
parent
99b9a7753c
commit
d7668288cc
1 changed files with 0 additions and 3 deletions
|
|
@ -871,7 +871,6 @@ void ChatRoomModel::insertCall (const std::shared_ptr<linphone::CallLog> &callLo
|
|||
endInsertRows();
|
||||
}
|
||||
}
|
||||
emit layoutChanged();
|
||||
updateLastUpdateTime();
|
||||
}
|
||||
}
|
||||
|
|
@ -911,7 +910,6 @@ void ChatRoomModel::insertMessageAtEnd (const std::shared_ptr<linphone::ChatMess
|
|||
beginInsertRows(QModelIndex(), row, row);
|
||||
mEntries << model;
|
||||
endInsertRows();
|
||||
emit layoutChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -943,7 +941,6 @@ void ChatRoomModel::insertNotice (const std::shared_ptr<linphone::EventLog> &eve
|
|||
beginInsertRows(QModelIndex(), row, row);
|
||||
mEntries << model;
|
||||
endInsertRows();
|
||||
emit layoutChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue