Change-Id: I3a543552231d22daf3b1041c07d49f49e4b61690
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
elm_gengrid_realized_items_update(ugd->thumbs_d->gengrid);
+ if (!ugd->nocontents) {
+ Elm_Object_Item *it = elm_gengrid_first_item_get(ugd->thumbs_d->gengrid);
+ if (it) {
+ elm_gengrid_item_show(it, ELM_GENGRID_ITEM_SCROLLTO_TOP);
+ } else {
+ elm_scroller_region_bring_in(ugd->thumbs_d->gengrid, 0, 0, 0, 0);
+ }
+ }
+
elm_naviframe_item_title_enabled_set(ugd->nf_it,
EINA_FALSE,
EINA_FALSE);