mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
improve t9ext
This commit is contained in:
parent
bf26e67fbf
commit
e821b932c8
@ -70,6 +70,7 @@ static ret_t input_engine_t9ext_input(input_engine_t* engine, int key) {
|
||||
if (t9->timer_id != TK_INVALID_ID) {
|
||||
timer_remove(t9->timer_id);
|
||||
t9->timer_id = TK_INVALID_ID;
|
||||
input_method_dispatch_preedit_confirm(engine->im);
|
||||
}
|
||||
|
||||
input_method_dispatch(engine->im, &e);
|
||||
|
Loading…
Reference in New Issue
Block a user