From 79e5924cd90f76080426580bd6ae85b4e38f3491 Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Fri, 9 Dec 2016 14:31:58 +0900 Subject: [PATCH] Fix issue that Mic is not showed when show IME after hide in voice layout entry Change-Id: I952d2c23088e2a7b9ce77238a125ad4451d94c84 Signed-off-by: sungwook79.park --- src/ise.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ise.cpp b/src/ise.cpp index 7cf66fb..1faf749 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -1563,6 +1563,10 @@ ise_show(int ic) ise_show_stt_mode(NATIVE_WINDOW_CAST(g_core.get_main_window())); } g_setting_window_open_status = FALSE; + + if (g_keyboard_state.layout == ISE_LAYOUT_STYLE_VOICE) { + ise_show_stt_mode(NATIVE_WINDOW_CAST(g_core.get_main_window())); + } } /** -- 2.7.4