Temporal patch to fix genlist issue 55/40655/3 accepted/tizen/tv/20150611.004657 submit/tizen/20150610.115141
authorjinwoo.shin <jw0227.shin@samsung.com>
Mon, 8 Jun 2015 02:02:06 +0000 (11:02 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Mon, 8 Jun 2015 08:02:36 +0000 (17:02 +0900)
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
Change-Id: Ie11d8ecb5c24e67d3fc7b6d42be8108002714af2

src/views/base-view.cpp

index 7cac13f..61a6bfb 100644 (file)
@@ -867,7 +867,11 @@ void CMusicBaseView::t_OnShow(void)
        elm_object_focus_set(m->c_grpbtn, EINA_TRUE);
        m_UpdatePlaysongLabel();
 
-       m_ShowCurrentLayout();
+       /*
+        * FIXME : Temporal patch to fix genlist issue
+        * m_ShowCurrentLayout();
+        */
+       m->eiShowLayout = ecore_idler_add(sm_CbShowLayoutIdler, this);
 
        m->arglist = NULL;
        m->fresh_view = false;