Modified to not handle 'Return' if the input_panel_enabled is false 20/277520/1
authorInHong Han <inhong1.han@samsung.com>
Fri, 8 Jul 2022 02:37:09 +0000 (11:37 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 8 Jul 2022 02:37:56 +0000 (11:37 +0900)
Change-Id: Iba29dc5bba01c388f18f215e91bab61bcb47102a

ism/extras/wayland_immodule/wayland_imcontext.c

index 0790a06..9274841 100644 (file)
@@ -3563,8 +3563,8 @@ wayland_im_context_filter_event(Ecore_IMF_Context    *ctx,
                                 vconf_set_bool (VCONFKEY_ISF_HW_KEYBOARD_INPUT_DETECTED, 0);
                                 if (ecore_imf_context_input_panel_enabled_get (ctx)) {
                                     ecore_imf_context_input_panel_show (ctx);
+                                    return EINA_TRUE;
                                 }
-                                return EINA_TRUE;
                             }
                         }
                     }