Fix issue that disappear lately indicator window when opened voice setting 63/167063/1
authorsungwook79.park <sungwook79.park@samsung.com>
Mon, 15 Jan 2018 06:40:10 +0000 (15:40 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Mon, 15 Jan 2018 07:39:05 +0000 (16:39 +0900)
Change-Id: I868a0287cc8bf3c5b1c4521af74d3d873e79af35
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
src/ise.cpp

index d321d73..cb97b9d 100644 (file)
@@ -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) {