Show voice button in mobile profile 00/87800/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Sep 2016 11:42:57 +0000 (20:42 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Sep 2016 11:42:57 +0000 (20:42 +0900)
Change-Id: Ib47babe30f3d907289d8197883104a7baf47fcf3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise.cpp

index bb5476b..1ab5c2f 100644 (file)
@@ -1320,13 +1320,13 @@ ise_show(int ic)
     }
 
     g_keyboard_state.visible_state = TRUE;
-#ifdef _WEARABLE
     if (g_keyboard_state.layout == ISE_LAYOUT_STYLE_VOICE) {
         ise_show_stt_mode(NATIVE_WINDOW_CAST(g_core.get_main_window()));
     } else {
         ise_hide_stt_mode();
     }
 
+#ifdef _WEARABLE
     int dot_num = 5;
     switch (_context_layout) {
         case ISE_LAYOUT_STYLE_PHONENUMBER: