launchscreen:do not hide launchscreen even if pixmap resource is not available 32/117432/1
authorMinJeong Kim <minjjj.kim@samsung.com>
Mon, 6 Mar 2017 05:41:37 +0000 (14:41 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Mon, 6 Mar 2017 05:41:37 +0000 (14:41 +0900)
Change-Id: I03ddd9018fcd754706434e204e665b6833ff0832
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_policy_wl.c

index ede99a3..d3a85c4 100644 (file)
@@ -4795,13 +4795,6 @@ _launchscreen_img_off(E_Policy_Wl_Tzlaunch_Img *tzlaunch_img)
         e_object_del(E_OBJECT(ec));
         ec = NULL;
      }
-   else if (!e_pixmap_resource_get(ec->pixmap))
-     {
-        /* case 2: Surface is created but there's no buffer */
-        ec->visible = EINA_FALSE;
-        ec->ignored = EINA_TRUE;
-        evas_object_hide(ec->frame);
-     }
 
    if (ec)
      {
@@ -4874,13 +4867,6 @@ _launch_splash_off(E_Policy_Wl_Tzlaunch_Splash *tzlaunch_splash)
         e_object_del(E_OBJECT(ec));
         ec = NULL;
      }
-   else if (!e_pixmap_resource_get(ec->pixmap))
-     {
-        /* case 2: Surface is created but there's no buffer */
-        ec->visible = EINA_FALSE;
-        ec->ignored = EINA_TRUE;
-        evas_object_hide(ec->frame);
-     }
 
    if (ec)
      {