From: Kyeonghun Lee Date: Fri, 18 Nov 2016 07:10:03 +0000 (+0900) Subject: [TSAM-9206] just show toast pop-up when sim card is full X-Git-Tag: submit/tizen_3.0/20161122.084808^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F98667%2F2;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git [TSAM-9206] just show toast pop-up when sim card is full Change-Id: Idfe5d2d16ac6d3c26c8114b0bcecf225f01c8fc8 Signed-off-by: Kyeonghun Lee --- diff --git a/manager/src/msg-manager-notification.cpp b/manager/src/msg-manager-notification.cpp index 8236672..4a94da7 100644 --- a/manager/src/msg-manager-notification.cpp +++ b/manager/src/msg-manager-notification.cpp @@ -3209,11 +3209,13 @@ int MsgMgrInsertTicker(const char* pTickerMsg, const char* pLocaleTickerMsg, boo if (err != 0) { MSG_MGR_DEBUG("MsgRefreshFailedNoti err=[%d]", err); } +#if 0 /* Below codes are blocked because of change of UX guide. And it will be removed later. */ } else if (g_strcmp0(pLocaleTickerMsg, SMS_MESSAGE_SIM_MESSAGE_FULL) == 0) { err = MsgMgrRefreshNotification(MSG_MGR_NOTI_TYPE_SIM_FULL, true, MSG_MGR_ACTIVE_NOTI_TYPE_NONE); if (err != 0) { MSG_MGR_DEBUG("MsgRefreshSimFullNoti err=[%d]", err); } +#endif } else { MsgMgrSoundPlayStart(NULL, MSG_MGR_SOUND_PLAY_DEFAULT); }