Change-Id: I21810949aea66fd03aa2069ba4d5afff2cc4288c
if (val == false)
{
+ if (!g_disable_show_panel && g_text_input && g_text_input->resource && g_client && g_input_panel_state == E_INPUT_PANEL_STATE_DID_HIDE)
+ _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)