Add an exception handling about app group 46/115546/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 20 Feb 2017 09:24:50 +0000 (18:24 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 20 Feb 2017 09:25:39 +0000 (18:25 +0900)
Change-Id: I8a74647d5007a708a96e10d82343100ddd604b29
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/appcore-efl.c

index 97c0c43e4a3ac46e225cbbda3d010128f38cdd74..e1741159802e79d2cddd05706900db549ba3b68a 100644 (file)
@@ -802,7 +802,8 @@ static Eina_Bool __show_cb(void *data, int type, void *event)
        }
 #endif
 
-       appcore_group_attach();
+       if (ev->data[0] != 0)
+               appcore_group_attach();
        return ECORE_CALLBACK_RENEW;
 }