[TSAM-9206] just show toast pop-up when sim card is full 67/98667/2 accepted/tizen/3.0/ivi/20161124.081747 accepted/tizen/3.0/mobile/20161124.081458 accepted/tizen/3.0/wearable/20161124.081642 submit/tizen_3.0/20161122.084808
authorKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 18 Nov 2016 07:10:03 +0000 (16:10 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 21 Nov 2016 04:22:20 +0000 (13:22 +0900)
Change-Id: Idfe5d2d16ac6d3c26c8114b0bcecf225f01c8fc8
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
manager/src/msg-manager-notification.cpp

index 8236672..4a94da7 100644 (file)
@@ -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);
                }