Show help popup in only mobile profile 75/118175/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 9 Mar 2017 05:42:32 +0000 (14:42 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 9 Mar 2017 05:42:32 +0000 (14:42 +0900)
Change-Id: I8c8e678b20c3d3d4d7bc046570fd678eec348fd2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise.cpp

index 93a3ea5..e4eb05f 100644 (file)
@@ -883,10 +883,12 @@ SCLEventReturnType CUIEventCallback::on_event_key_clicked(SclUIEventDesc event_d
                 break;
            }
         case KEY_TYPE_MODECHANGE:
+#ifdef _MOBILE
             if (!g_config_values.first_guideset) {
                ise_show_help_popup(event_desc.key_event);
                break;
-           }
+            }
+#endif
             if (strcmp(event_desc.key_value, USER_VOICE_LANGUAGE) == 0) {
                 if (!g_setting_window_open_status) {
                     create_setting_window();