Cleared hide timer when the input_panel ctx is deleted. 53/95153/1
authorWonkeun Oh <wonkeun.oh@samsung.com>
Wed, 2 Nov 2016 08:32:13 +0000 (17:32 +0900)
committerWonkeun Oh <wonkeun.oh@samsung.com>
Wed, 2 Nov 2016 08:32:13 +0000 (17:32 +0900)
Change-Id: I29d17e55a41ea063cbd06a07a23eb01000a45ee8

ism/extras/wayland_immodule/wayland_imcontext.c

index 638ddc3..6970d43 100644 (file)
@@ -2336,6 +2336,7 @@ wayland_im_context_del (Ecore_IMF_Context *ctx)
 
     // TIZEN_ONLY(20150708): Support back key
     if (_input_panel_ctx == ctx) {
+        _clear_hide_timer();
         _input_panel_hide(ctx, EINA_TRUE);
         _input_panel_state = ECORE_IMF_INPUT_PANEL_STATE_HIDE;
         _input_panel_ctx = NULL;