summaryrefslogtreecommitdiff
path: root/ism
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2020-05-18 13:47:19 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2020-05-18 13:48:34 +0900
commit57ecd880c9e8dbb038dc9b3125a3ca6b2131f70f (patch)
treed070b66d6857a244d826a3eb3ad78a523ec6c1e7 /ism
parent0e044d33618b1081de607e506a4f84bab86e0be0 (diff)
downloadisf-57ecd880c9e8dbb038dc9b3125a3ca6b2131f70f.tar.gz
isf-57ecd880c9e8dbb038dc9b3125a3ca6b2131f70f.tar.bz2
isf-57ecd880c9e8dbb038dc9b3125a3ca6b2131f70f.zip
Fix bug that no way to show IME after generating key event in wearable
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>
Diffstat (limited to 'ism')
-rw-r--r--ism/extras/wayland_immodule/wayland_imcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c
index ae1cb8db..45f95be2 100644
--- a/ism/extras/wayland_immodule/wayland_imcontext.c
+++ b/ism/extras/wayland_immodule/wayland_imcontext.c
@@ -3061,7 +3061,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;