summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-11-18 16:10:03 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-11-21 13:22:20 +0900
commit12368a9453dc09bc581685bd98e93eb2ff474fd9 (patch)
tree720acb09066ba23ee8a55eded47c01bc4549b843
parentf9b5c69062ee42c30487f5ab4c5aa2418eaeb3f1 (diff)
downloadmsg-service-accepted/tizen/3.0/wearable/20161124.081642.tar.gz
msg-service-accepted/tizen/3.0/wearable/20161124.081642.tar.bz2
msg-service-accepted/tizen/3.0/wearable/20161124.081642.zip
Change-Id: Idfe5d2d16ac6d3c26c8114b0bcecf225f01c8fc8 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
-rw-r--r--manager/src/msg-manager-notification.cpp2
1 files changed, 2 insertions, 0 deletions
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);
}