From: Inhong Han Date: Thu, 14 Nov 2024 01:07:33 +0000 (+0900) Subject: Remove unnecessary code X-Git-Tag: accepted/tizen/8.0/unified/20241114.155314~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F320347%2F2;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Remove unnecessary code Preventing a hide request sent to the app when switching keyboard mode from H/W to S/W. Change-Id: Id76bfb2fa2cda4b5440ea665baefac8c39b61c43 --- diff --git a/src/e_mod_main.c b/src/e_mod_main.c index 93c4d54..3ec69bd 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -567,11 +567,6 @@ _keyboard_mode_changed_cb(keynode_t *key, void* data) if (!g_disable_show_panel && g_text_input && g_text_input->resource && g_client && g_input_panel_state == E_INPUT_PANEL_STATE_DID_HIDE && g_text_input->input_panel_show_requested) _e_text_input_cb_input_panel_show(g_client, g_text_input->resource); -#ifdef SUPPORT_CANDIDATE_ONEWINDOW - /* Switching to S/W keyboard mode, hide input panel since it could be displaying candidate only */ - if (g_disable_show_panel && g_text_input && g_text_input->resource && g_client) - _input_panel_hide(g_client, g_text_input->resource, EINA_FALSE); -#endif g_disable_show_panel = EINA_FALSE; } else