Fix the issue that not nomally work to select item in genlist 76/169176/5
authorsungwook79.park <sungwook79.park@samsung.com>
Mon, 5 Feb 2018 01:57:51 +0000 (10:57 +0900)
committersungwook park <sungwook79.park@samsung.com>
Mon, 5 Feb 2018 06:30:09 +0000 (06:30 +0000)
Change-Id: I3c1562eea8175979ed4e18fb226668435722bb1e
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
im_setting_list/input_method_setting_list_popup_view.cpp

index 6a408c0..1ec0f69 100644 (file)
@@ -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;