mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix hidden message in chat on sending.
This commit is contained in:
parent
ec770ea045
commit
3df0067d05
1 changed files with 1 additions and 1 deletions
|
|
@ -957,7 +957,6 @@ void ChatRoomModel::initEntries(){
|
|||
}
|
||||
EntrySorterHelper::getLimitedSelection(&entries, prepareEntries, mFirstLastEntriesStep, this);
|
||||
qDebug() << "Internal Entries : Built";
|
||||
mIsInitialized = true;
|
||||
if(entries.size() >0){
|
||||
beginInsertRows(QModelIndex(),0, entries.size()-1);
|
||||
mEntries = entries;
|
||||
|
|
@ -966,6 +965,7 @@ void ChatRoomModel::initEntries(){
|
|||
}
|
||||
qDebug() << "Internal Entries : End";
|
||||
}
|
||||
mIsInitialized = true;
|
||||
}
|
||||
void ChatRoomModel::setEntriesLoading(const bool& loading){
|
||||
if( mEntriesLoading != loading){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue