Skip to content
Snippets Groups Projects
Commit a3c6e262 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

messagesadapter: clear cached convId when existing message web view

Change-Id: I332bebfbd035f6c928a7a8f1d4210ce8b491c7dd
parent 087d2348
No related branches found
No related tags found
No related merge requests found
......@@ -489,6 +489,8 @@ MessagesAdapter::newInteraction(const QString& accountId,
void
MessagesAdapter::updateDraft()
{
currentConvUid_.clear();
Utils::oneShotConnect(qmlObj_,
SIGNAL(sendMessageContentSaved(const QString&)),
this,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment