From 6c97776df602edd5fe303e8902e84e6ae4c7faf9 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Tue, 20 Dec 2016 22:57:35 +0900 Subject: [PATCH] cooldown noti : change noti type from simple to ongoing Change-Id: I4e7088006163de6ed8651df1ec22ee620e16b327 Signed-off-by: lokilee73 --- src/launcher/noti.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/launcher/noti.c b/src/launcher/noti.c index ff1bab2..dd07a15 100755 --- a/src/launcher/noti.c +++ b/src/launcher/noti.c @@ -516,8 +516,8 @@ static int launch_temp_cooldown_notification(int type) appsvc_add_data(b, SIGNAL_SENDER_TYPE, SIGNAL_SENDER_TYPE_COOLDOWN); } - ret = add_notification(NOTIFICATION_TYPE_NOTI, - NOTIFICATION_LY_NOTI_EVENT_SINGLE, + ret = add_notification(NOTIFICATION_TYPE_ONGOING, + NOTIFICATION_LY_ONGOING_EVENT, "IDS_IDLE_MBODY_PHONE_COOLING_DOWN", "IDS_QP_SBODY_TAP_HERE_FOR_MORE_INFO_ABB", COOLDOWN_NOTI_ICON, -- 2.7.4