From: InHong Han Date: Mon, 7 Mar 2022 11:32:43 +0000 (+0900) Subject: Add missing timer reset code X-Git-Tag: submit/tizen/20220317.083632~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24617fbb978adeb77ab002130b45eab0985bbbf9;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Add missing timer reset code Change-Id: I6c1848efed77b2d8e93ce99706a63ca2dca2eb24 --- diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index c1bb5fe..a14bc2f 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; }