naviframe: Fix to process title show/hide signal immediately
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 13 Jun 2014 11:35:37 +0000 (20:35 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Nov 2016 01:46:30 +0000 (10:46 +0900)
Change-Id: Iaeab08aa2a197575c0280220090b2554bbe3c8d7

src/lib/elc_naviframe.c

index 703cdd8..0c91f5c 100644 (file)
@@ -421,6 +421,7 @@ _item_title_enabled_update(Elm_Naviframe_Item_Data *nit, Eina_Bool transition)
         else
           elm_object_signal_emit(VIEW(nit), "elm,state,title,hide", "elm");
      }
+   edje_object_message_signal_process(elm_layout_edje_get(VIEW(nit)));
 }
 
 EOLIAN static Elm_Theme_Apply