Preventing a hide request sent to the app when switching keyboard mode from H/W to S/W.
Change-Id: Id76bfb2fa2cda4b5440ea665baefac8c39b61c43
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