forked from blue/squawk
Resolved the bug about crash with an empty history chat
This commit is contained in:
parent
15342f3c53
commit
ff4124d1f0
3 changed files with 24 additions and 14 deletions
|
@ -134,6 +134,8 @@ void Core::RosterItem::nextRequest()
|
|||
last = true;
|
||||
}
|
||||
}
|
||||
} else if (archiveState == empty && responseCache.size() == 0) {
|
||||
last = true;
|
||||
}
|
||||
emit historyResponse(responseCache, last);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue