1.Call on lock screen support added 2.Missed calls SEEN and UNSEEN support added...
[apps/osp/Call.git] / src / CallTelephonyManager.cpp
index 9059e43..81eb873 100644 (file)
@@ -1855,7 +1855,7 @@ TelephonyManager::HandleIdleCallBack(void* pData)
                        delete __pIncomingCall;
                        __pIncomingCall = null;
                        //update missed status
-                       endCallInfo.SetCalllogType(CALL_LOG_TYPE_VOICE_MISSED);
+                       endCallInfo.SetCalllogType(CALL_LOG_TYPE_VOICE_MISSED_UNSEEN);
                }
                //save ended call to call log db.
                SaveCallInfoToLogsDb(endCallInfo);