projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd985de
)
Add missing timer reset code
55/272055/4
author
InHong Han
<inhong1.han@samsung.com>
Mon, 7 Mar 2022 11:32:43 +0000
(20:32 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Mon, 7 Mar 2022 12:01:15 +0000
(21:01 +0900)
Change-Id: I4b26e11827a3c57ea641b91f459a15c8ffc35385
src/e_mod_input_panel.c
patch
|
blob
|
history
diff --git
a/src/e_mod_input_panel.c
b/src/e_mod_input_panel.c
index 1e2346c6097bb7e0c2bb62e9fe2d107bf0ad35a4..a97aa471640dbb7a3cdf94edf9cde3d8f5a0f402 100644
(file)
--- 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;
}