Krate: disable indicator icon that show forground app is in krate 44/79844/1 accepted/tizen/common/20160713.145036 accepted/tizen/ivi/20160713.094429 accepted/tizen/mobile/20160713.094513 accepted/tizen/tv/20160713.094415 accepted/tizen/wearable/20160713.094448 submit/tizen/20160713.080618
authorSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 13 Jul 2016 07:52:39 +0000 (16:52 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 13 Jul 2016 07:53:31 +0000 (16:53 +0900)
Change-Id: Ie9f748c886f31afea3deb914f4c3c54f133d246e
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
server/zone/zone.cpp

index 4b42eff..eacaf87 100644 (file)
@@ -227,7 +227,7 @@ void zoneProcessCallback(GDBusConnection *connection,
        static runtime::User owner(ZONE_DEFAULT_OWNER);
        int pid, status;
 
-       notification_h noti = reinterpret_cast<notification_h>(userData);
+//     notification_h noti = reinterpret_cast<notification_h>(userData);
 
        g_variant_get(params, "(ii)", &status, &pid);
 
@@ -241,6 +241,8 @@ void zoneProcessCallback(GDBusConnection *connection,
                return;
        }
 
+       // this will have been commented until notification_delete_for_uid can work
+       /*
        if (owner.getUid() != st.st_uid) {
                if (!isZoneForeground) {
                        notification_set_text(noti, NT_CONTENT, NT_APPINFO, NULL, NT_NONE);
@@ -252,7 +254,7 @@ void zoneProcessCallback(GDBusConnection *connection,
                        notification_delete_for_uid(noti, owner.getUid());
                        isZoneForeground = false;
                }
-       }
+       }*/
 }
 
 notification_h createNotification()