Fix a candidate window flickering issue 75/300075/1
authorInhong Han <inhong1.han@samsung.com>
Mon, 16 Oct 2023 10:14:53 +0000 (19:14 +0900)
committerInhong Han <inhong1.han@samsung.com>
Mon, 16 Oct 2023 10:15:09 +0000 (19:15 +0900)
Change-Id: Ie9161680cb932467dfa49376f39ed223ce4f9a75

src/ise.cpp

index 9e0f404..219125e 100644 (file)
@@ -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();
 }