fixed some UI bugs in Mail

This commit is contained in:
csoler 2022-11-27 18:36:42 +01:00
parent ea4df6306b
commit 6a2886da40
2 changed files with 7 additions and 7 deletions

View file

@ -660,7 +660,7 @@ void RsMessageModel::setMessages(const std::list<Rs::Msgs::MsgInfoSummary>& msgs
for(auto it(msgs.begin());it!=msgs.end();++it)
{
mMessagesMap[(*it).msgId] = mMessages.size();
mMessages.push_back(*it);
mMessages.push_back(*it);
}
// now update prow for all posts