Fix issue IME does not hide even though pressing back key 97/116097/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Feb 2017 02:34:52 +0000 (11:34 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Feb 2017 02:34:54 +0000 (11:34 +0900)
[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 <jihoon48.kim@samsung.com>
src/ise.cpp

index 1434428..da39016 100644 (file)
@@ -923,6 +923,7 @@ void
 ise_show(int ic)
 {
     sclboolean reset_inputmode = FALSE;
+    g_popup_opened = FALSE;
 
     if (g_ui) {
         read_ise_config_values();