From 12368a9453dc09bc581685bd98e93eb2ff474fd9 Mon Sep 17 00:00:00 2001 From: Kyeonghun Lee Date: Fri, 18 Nov 2016 16:10:03 +0900 Subject: [PATCH] [TSAM-9206] just show toast pop-up when sim card is full Change-Id: Idfe5d2d16ac6d3c26c8114b0bcecf225f01c8fc8 Signed-off-by: Kyeonghun Lee --- manager/src/msg-manager-notification.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.34.1