elc_naviframe: top item resize issue. 06/108706/3
authorShilpa Singh <shilpa.singh@samsung.com>
Thu, 5 Jan 2017 12:32:02 +0000 (18:02 +0530)
committerShilpa Singh <shilpa.singh@samsung.com>
Thu, 5 Jan 2017 13:33:20 +0000 (19:03 +0530)
Change-Id: I92d48f2b13e619c8d7655885fee526234c0fe3d2

src/lib/elc_naviframe.c

index 618508e4ab23c2be418fa1c986db7bcf1bb31653..fa95569ad56314e9ed7e59c1ffb51cfcbdb99d40 100644 (file)
@@ -1305,6 +1305,10 @@ _on_item_show_finished(void *data,
 
    _prev_page_focus_recover(it);
 
+   //TIZEN_ONLY (20170105): Naviframe topitem resize issue
+   elm_layout_sizing_eval(WIDGET(it));
+   //
+
    if (sd->freeze_events)
      evas_object_freeze_events_set(VIEW(it), EINA_FALSE);