emit the signal to hide navigations when view_home is hidden 20/42120/1
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 23 Jun 2015 11:57:47 +0000 (20:57 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 23 Jun 2015 11:59:16 +0000 (20:59 +0900)
Change-Id: I0b2d5b7d4db612ff19316e40fafc6fe2cd021e77
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/view/view_home.c

index ef88297..7f2bd0e 100644 (file)
@@ -332,6 +332,7 @@ static void _hide(void *data)
 
        priv = data;
 
+       elm_object_signal_emit(priv->base, SIG_HIDE_NAVIGATION, SRC_PROG);
        evas_object_hide(priv->base);
 }