Update change log and spec for wrt-plugins-tizen_0.4.56
[framework/web/wrt-plugins-tizen.git] / src / Messaging / ReqReceiverMessage.cpp
index 46181af..5ca1a79 100644 (file)
@@ -360,8 +360,8 @@ void ReqReceiverMessage::OnRequestReceived(const EventUpdateMessagesPtr& event)
         {
 //            int type = msg[i]->getMessageType();
             std::string id = msg[i]->getId();
+            msg[i]->updateIsRead();
             msg[i]->updateMessage();                   
-//            msg[i]->updateIsRead();                  
         }
     }
     Catch(WrtDeviceApis::Commons::PlatformException) {