From fdbb7952907c889e7f199a651de62d06404c6f0a Mon Sep 17 00:00:00 2001 From: Sangkoo Kim Date: Tue, 24 Sep 2013 19:33:59 +0900 Subject: [PATCH] Not to delete notification when it is selected. Change-Id: Ie6890c44fa178fa0ff293004f019a4d4266bb1a2 --- utils/MsgNotificationWrapper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/MsgNotificationWrapper.cpp b/utils/MsgNotificationWrapper.cpp index 8386d72..fbc35c3 100755 --- a/utils/MsgNotificationWrapper.cpp +++ b/utils/MsgNotificationWrapper.cpp @@ -917,6 +917,8 @@ msg_error_t MsgRefreshNoti(bool bWithTicker) // set led. notification_set_led(noti, NOTIFICATION_LED_OP_ON, 0x00); + notification_set_property(noti, NOTIFICATION_PROP_DISABLE_AUTO_DELETE); + if (bWithTicker) noti_err = notification_set_display_applist(noti, NOTIFICATION_DISPLAY_APP_ALL); else -- 2.7.4