From: sungwook79.park Date: Fri, 9 Dec 2016 05:31:58 +0000 (+0900) Subject: Fix issue that Mic is not showed when show IME after hide in voice layout entry X-Git-Tag: accepted/tizen/3.0/common/20161212.060625~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e5924cd90f76080426580bd6ae85b4e38f3491;p=platform%2Fcore%2Fuifw%2Fise-default.git Fix issue that Mic is not showed when show IME after hide in voice layout entry Change-Id: I952d2c23088e2a7b9ce77238a125ad4451d94c84 Signed-off-by: sungwook79.park --- 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())); + } } /**