From ce81f5cb522147eaf5aa13827b0d916a4d4ac496 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 23 Feb 2017 11:34:52 +0900 Subject: [PATCH] Fix issue IME does not hide even though pressing back key [Reproduce step] 1. press CM key or "." key 2. press home key 3. IME show 4. press back key Change-Id: I6bfb608474335c18b8593bbcb7c1eec6d0f67174 Signed-off-by: Jihoon Kim --- src/ise.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ise.cpp b/src/ise.cpp index 1434428..da39016 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -923,6 +923,7 @@ void ise_show(int ic) { sclboolean reset_inputmode = FALSE; + g_popup_opened = FALSE; if (g_ui) { read_ise_config_values(); -- 2.7.4