Add missing timer reset code 71/272071/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 7 Mar 2022 11:32:43 +0000 (20:32 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 8 Mar 2022 01:24:19 +0000 (10:24 +0900)
Change-Id: I6c1848efed77b2d8e93ce99706a63ca2dca2eb24

src/e_mod_input_panel.c

index c1bb5fe..a14bc2f 100644 (file)
@@ -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;
 }