summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraman.jeph <aman.jeph@samsung.com>2020-11-24 12:59:26 +0530
committerAman Jeph <aman.jeph@samsung.com>2021-01-22 09:06:12 +0000
commit02af144612698300f9f6774d0441064606a5113c (patch)
tree2dba446aabb4c53b5118ddd04e22f47e50261b21
parentf73d7b1f3ef3236579eea28e5f1d8c673767b5ac (diff)
downloadquickpanel-02af144612698300f9f6774d0441064606a5113c.tar.gz
quickpanel-02af144612698300f9f6774d0441064606a5113c.tar.bz2
quickpanel-02af144612698300f9f6774d0441064606a5113c.zip
[TIZENIOT-2164] Fix progress issue in ongoing notification
Change-Id: I5ff1c7a5d75522ca5e9c6c987c2ee96f47593a54 Signed-off-by: aman.jeph <aman.jeph@samsung.com> (cherry picked from commit 9b6c9696080610dec4df90093201481b245e6401) (cherry picked from commit e554894fb8501ccbc7afaaf264e91cd52d00c814)
-rwxr-xr-xsrc/notifications/noti_view_ongoing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notifications/noti_view_ongoing.c b/src/notifications/noti_view_ongoing.c
index 54d4f8e..f37dc9b 100755
--- a/src/notifications/noti_view_ongoing.c
+++ b/src/notifications/noti_view_ongoing.c
@@ -209,6 +209,7 @@ static void _set_progressbar(Evas_Object *item, notification_h noti)
if (layout != NOTIFICATION_LY_ONGOING_EVENT) {
if (percentage > 0.0 && percentage <= 1.0) {
+ progressbar = elm_object_part_content_get(item, "elm.swallow.progress");
if(_check_duplicated_progress_loading(item, "elm.swallow.progress", "default") == NULL)
{
progressbar = _create_progressbar(item, "default", EINA_FALSE);