From 0a189aa31ca8939a81250fca5eb146dba0c51932 Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Mon, 15 Jan 2018 15:40:10 +0900 Subject: [PATCH] Fix issue that disappear lately indicator window when opened voice setting Change-Id: I868a0287cc8bf3c5b1c4521af74d3d873e79af35 Signed-off-by: sungwook79.park --- src/ise.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ise.cpp b/src/ise.cpp index d321d73..cb97b9d 100644 --- a/src/ise.cpp +++ b/src/ise.cpp @@ -1052,6 +1052,9 @@ SCLEventReturnType CUIEventCallback::on_event_key_clicked(SclUIEventDesc event_d if (strcmp(event_desc.key_value, USER_VOICE_LANGUAGE) == 0) { if (!g_setting_window_open_status) { ise_hide_stt_mode(); +#ifdef _WEARABLE + hide_indicator_window(); +#endif create_setting_window(); } } else if (strcmp(event_desc.key_value, USER_KEYSTRING_VOICE) == 0) { -- 2.7.4