From 633cd097181cbed247764a61999b72fbf5349bfd Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Wed, 2 Sep 2020 19:33:13 +0530 Subject: [PATCH] [TIZENIOT-1792]Freeze Notification non-deletable by gesture Change-Id: I76b7ce4578034470747706dbab1e58e6b622ad9b Signed-off-by: Amritanshu --- src/interaction.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/interaction.c b/src/interaction.c index 28cef4b..b0b41af 100755 --- a/src/interaction.c +++ b/src/interaction.c @@ -162,7 +162,6 @@ _send_notification_install_update_cb(void *data, Evas_Object *obj, void *event_i notification_set_text(notify, NOTIFICATION_TEXT_TYPE_CONTENT, "Software update is available. Click to update", NULL, NOTIFICATION_VARIABLE_TYPE_NONE); notification_set_layout(notify, NOTIFICATION_LY_ONGOING_EVENT); - notification_set_property(notify, NOTIFICATION_PROP_PERMANENT_DISPLAY); notification_set_tag(notify, LOG_TAG); LOGI("Image path in _send_notification_install_update_cb = %s",path); @@ -222,7 +221,6 @@ _send_notification_download_image_cb(void *data, Evas_Object *obj, void *event_i notification_set_text(notify, NOTIFICATION_TEXT_TYPE_CONTENT, "Software update is available. Click to update", NULL, NOTIFICATION_VARIABLE_TYPE_NONE); notification_set_layout(notify, NOTIFICATION_LY_ONGOING_EVENT); - notification_set_property(notify, NOTIFICATION_PROP_PERMANENT_DISPLAY); notification_set_tag(notify, LOG_TAG); LOGI("Image path in _send_notification_download_image_cb = %s",path); -- 2.34.1