Add missing timer reset code 73/272073/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:33:09 +0000 (01:33 +0000)
Change-Id: I6c1848efed77b2d8e93ce99706a63ca2dca2eb24

src/e_mod_input_panel.c

index 3200bab..57b1e99 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;
 }