From: sungwook79.park Date: Mon, 5 Feb 2018 01:57:51 +0000 (+0900) Subject: Fix the issue that not nomally work to select item in genlist X-Git-Tag: submit/tizen/20180206.071718~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ea0b00183c407613c5edbb593c28053243945ce;p=platform%2Fcore%2Fuifw%2Finputmethod-setting.git Fix the issue that not nomally work to select item in genlist Change-Id: I3c1562eea8175979ed4e18fb226668435722bb1e Signed-off-by: sungwook79.park --- diff --git a/im_setting_list/input_method_setting_list_popup_view.cpp b/im_setting_list/input_method_setting_list_popup_view.cpp index 6a408c0..1ec0f69 100644 --- a/im_setting_list/input_method_setting_list_popup_view.cpp +++ b/im_setting_list/input_method_setting_list_popup_view.cpp @@ -147,7 +147,6 @@ static Eina_Bool _ime_select_idler_cb(void *data) im_setting_list_update_window_selector(ad); LOGD("delete popup\n"); - if (ad->popup) { evas_object_del(ad->popup); } @@ -156,6 +155,11 @@ static Eina_Bool _ime_select_idler_cb(void *data) if (ad->app_type == APP_TYPE_NORMAL) { if (ad->naviframe) elm_naviframe_item_pop(ad->naviframe); + } else { +#ifdef _WEARABLE + if (ad->naviframe) + elm_naviframe_item_pop(ad->naviframe); +#endif } return ECORE_CALLBACK_CANCEL;