From: Byounghui Date: Fri, 24 May 2013 04:13:01 +0000 (+0900) Subject: In case of Secondary ETWS, user can not get the body data. X-Git-Tag: submit/tizen_2.2/20130714.153010~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=260301790a57d2388be15d09179ce197acb5d942;p=framework%2Fosp%2Fmessaging.git In case of Secondary ETWS, user can not get the body data. Change-Id: I0eab53c727bf8e1fd53717b3ba31289fdd6f4b15 Signed-off-by: Byounghui --- diff --git a/src/FMsg_SmsMmsCallbackHandler.cpp b/src/FMsg_SmsMmsCallbackHandler.cpp index 753b705..1a3524c 100644 --- a/src/FMsg_SmsMmsCallbackHandler.cpp +++ b/src/FMsg_SmsMmsCallbackHandler.cpp @@ -781,7 +781,7 @@ _SmsMmsCallbackHandler::IncomingCbsMessageCallback(msg_handle_t hMsgHandle, msg_ msgSerialNumber.SetInt(0, serialNumber); msgSerialNumber.SetPosition(0); - if (cbsType == MSG_TYPE_SMS_ETWS_PRIMARY || cbsType == MSG_TYPE_SMS_ETWS_SECONDARY) + if (cbsType == MSG_TYPE_SMS_ETWS_PRIMARY) { int etwsWarningType; char etwsWarningInfo[MESSAGES_ETWS_WARNING_INFO_LEN];