Not to delete notification when it is selected.
authorSangkoo Kim <sangkoo.kim@samsung.com>
Tue, 24 Sep 2013 10:33:59 +0000 (19:33 +0900)
committerSangkoo Kim <sangkoo.kim@samsung.com>
Tue, 24 Sep 2013 10:33:59 +0000 (19:33 +0900)
Change-Id: Ie6890c44fa178fa0ff293004f019a4d4266bb1a2

utils/MsgNotificationWrapper.cpp

index 8386d72..fbc35c3 100755 (executable)
@@ -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