Change-Id: Ia5aec51b6b4b685d560a73f26433b5f7978cbf01
e_input_panel_visibility_change(EINA_TRUE);
#endif
+ /* If the input panel state was WILL_HIDE, it means that the conformant area information needs to be restored */
+ if (g_input_panel_state == E_INPUT_PANEL_STATE_WILL_HIDE)
+ {
+ if (text_input->resource)
+ wl_text_input_send_private_command(text_input->resource, 0, "CONFORMANT_RESTORE");
+ }
+
text_input->input_panel_visibile = EINA_TRUE;
g_input_panel_state = E_INPUT_PANEL_STATE_WILL_SHOW;