Fix bug candidate window hide after 1 sec when application is terminated 38/17538/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 4 Sep 2013 04:20:18 +0000 (13:20 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:26:27 +0000 (11:26 +0900)
Change-Id: I3a20a9c991c82432f586d5d13ae1008c99e9bdf0

ism/extras/efl_immodule/isf_imf_control_ui.cpp

index 8848e0d..301f1a8 100644 (file)
@@ -437,6 +437,8 @@ void isf_imf_input_panel_shutdown (void)
             LOGD ("No hide timer\n");
     }
 
+    isf_imf_context_input_panel_send_candidate_will_hide_ack (_get_using_ic (ECORE_IMF_INPUT_PANEL_STATE_EVENT, ECORE_IMF_INPUT_PANEL_STATE_SHOW));
+
     if (_prop_change_handler) {
         ecore_event_handler_del (_prop_change_handler);
         _prop_change_handler = NULL;