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 3200bab5d6db4a01132bd6d5ab7b9d3e5f99ec83..57b1e996ac5d6d3d2ce063025e4cf551a9b2d7b8 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;
 }