From 984cb5e4fcf28360bb96e5832bfa260abacbf045 Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Mon, 16 Oct 2023 19:14:53 +0900 Subject: [PATCH] Fix a candidate window flickering issue Change-Id: Ie9161680cb932467dfa49376f39ed223ce4f9a75 --- src/ise.cpp | 8 -------- 1 file changed, 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(); } -- 2.7.4