Add focus to the text entry of the country selection page.
[apps/native/telegram-tizen.git] / TelegramTizen / src / tg_country_selection_view.c
index 0a14b7a..d24543f 100644 (file)
@@ -260,4 +260,6 @@ void launch_country_selection_view(appdata_s *ad)
        Elm_Object_Item *it = NULL;
        it = elm_naviframe_item_push(ad->nf, "MIDS_SPAY_BODY_SELECT_A_COUNTRY", NULL, NULL, layout, NULL);
        elm_object_item_domain_text_translatable_set(it, NULL, EINA_TRUE);
+
+       elm_object_focus_set(searchbar_layout, EINA_TRUE);
 }