genlist: fix the issue on genlist disappeared focus 99/207399/1 submit/tizen/20190604.083758
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 4 Jun 2019 08:32:42 +0000 (17:32 +0900)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 4 Jun 2019 08:32:51 +0000 (17:32 +0900)
Change-Id: Ibbea245d21c3e536932d7420e3e071186d6b7de9

src/lib/elementary/elm_genlist.c

index c1552ff..690bc63 100644 (file)
@@ -3555,7 +3555,10 @@ _elm_genlist_nearest_visible_item_get(Evas_Object *obj, Elm_Object_Item *eo_it)
      }
    eina_list_free(item_list);
 
-   return it->realized ? eo_it : NULL;
+//TIZEN_ONLY(20190604): visible item could be not realized.
+//   return it->realized ? eo_it : NULL;
+   return eo_it;
+//
 }
 
 EOLIAN static void