Fix bug that no way to show IME after generating key event in wearable 83/233683/1 submit/tizen/20200522.073631
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 18 May 2020 04:47:19 +0000 (13:47 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 18 May 2020 07:33:03 +0000 (16:33 +0900)
In wearable, IME will be shown after focus out and focus in again.

Change-Id: I22b93fdbadcaff831fae880078871c64ee1bf87f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/extras/wayland_immodule/wayland_imcontext.c

index c25d144..ce73343 100644 (file)
@@ -3080,7 +3080,7 @@ wayland_im_context_focus_out(Ecore_IMF_Context *ctx)
 
     if (!imcontext || !imcontext->input) return;
 
-    if (_TV) {
+    if (_TV || _WEARABLE) {
         if (hw_keyboard_mode == EINA_TRUE) {
             vconf_set_bool (VCONFKEY_ISF_HW_KEYBOARD_INPUT_DETECTED, 0);
             hw_keyboard_mode = EINA_FALSE;