Disable unnecessary hide_permission query 82/109882/3
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 12 Jan 2017 06:32:27 +0000 (15:32 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 12 Jan 2017 07:27:25 +0000 (16:27 +0900)
Change-Id: I4b75479071d44fcd53c276e1d7c2d8bcd0536421

ism/extras/wayland_immodule/wayland_imcontext.c

index dfcb315..7bf4048 100644 (file)
@@ -2491,8 +2491,7 @@ wayland_im_context_focus_out(Ecore_IMF_Context *ctx)
 
     if (imcontext->text_input) {
         if (ecore_imf_context_input_panel_enabled_get(ctx)) {
-            // query
-            send_get_hide_permission(imcontext);
+            ecore_imf_context_input_panel_hide(ctx);
         }
     }