From: InHong Han Date: Mon, 7 Mar 2022 11:32:43 +0000 (+0900) Subject: Add missing timer reset code X-Git-Tag: submit/tizen_6.5/20220928.113015~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e23694bf91d0f4a647bd9ba00a1a31440b5e8eeb;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Add missing timer reset code Change-Id: I4b26e11827a3c57ea641b91f459a15c8ffc35385 --- diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index 1e2346c..a97aa47 100644 --- a/src/e_mod_input_panel.c +++ b/src/e_mod_input_panel.c @@ -132,6 +132,7 @@ _resize_timeout_cb(void *data) LOGI("Norender pop by resizing keyboard timeout"); e_comp_canvas_norender_pop(); ips->resizing = EINA_FALSE; + ips->resize_timer = NULL; return ECORE_CALLBACK_CANCEL; }