Fixed: Update of thread item status 64/81364/1
authorDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 25 Jul 2016 15:58:30 +0000 (18:58 +0300)
committerDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 25 Jul 2016 15:58:30 +0000 (18:58 +0300)
Change-Id: If4c4d659e3b5de68a27822fcae3fb24c782f6fb9
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
src/MsgThread/Controller/src/ThreadList.cpp

index e32137da2a9d7a0b62d8923d7187a544235a1224..6e44ed85d39f95776a14757771f3b7deca25d5c7 100644 (file)
@@ -347,6 +347,7 @@ void ThreadList::onMsgStorageDelete(const MsgIdList &msgIdList)
 {
     MSG_LOG("");
     deleteItems();
+    updateItems(); // TODO: Inefficiently. How to get list of threads by dead msgIdList ?
     if(m_pListener)
         m_pListener->onThreadListChanged();
 }