diff options
author | Inhong Han <inhong1.han@samsung.com> | 2023-10-16 19:14:53 +0900 |
---|---|---|
committer | Inhong Han <inhong1.han@samsung.com> | 2023-10-16 19:15:09 +0900 |
commit | 984cb5e4fcf28360bb96e5832bfa260abacbf045 (patch) | |
tree | 8017b4a745018973e992767d2af83c268b3d2a30 | |
parent | 4d83b09801d5862f474a04c31f5b661d52a9c713 (diff) | |
download | ise-default-984cb5e4fcf28360bb96e5832bfa260abacbf045.tar.gz ise-default-984cb5e4fcf28360bb96e5832bfa260abacbf045.tar.bz2 ise-default-984cb5e4fcf28360bb96e5832bfa260abacbf045.zip |
Fix a candidate window flickering issue
Change-Id: Ie9161680cb932467dfa49376f39ed223ce4f9a75
-rw-r--r-- | src/ise.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ise.cpp b/src/ise.cpp index 9e0f404..219125e 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -2736,14 +2736,6 @@ static void ime_app_focus_in_cb(int context_id, void *user_data) { LOGD("Enter\n"); ise_focus_in(context_id); - Candidate *candidate = get_candidate(); - if (input_smartreply_get_reply_num() == 0) { - if (candidate && candidate->get_visible()) { - ise_app_candidate_hide(); - candidate->hide(); - } - } - engine_loader_focus_in(); } |