From: sungwook79.park Date: Thu, 15 Mar 2018 10:41:58 +0000 (+0900) Subject: Remove flag when excute with audio mime type X-Git-Tag: submit/tizen/20180329.023339~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Finputdelegator.git;a=commitdiff_plain;h=66437a81ffd0b7e933ca4414fe97e9bfe065be5b Remove flag when excute with audio mime type Change-Id: I9baf1033291d9b328d6bb628d75d771d1d86e0a1 Signed-off-by: sungwook79.park --- diff --git a/src/w-input-selector.cpp b/src/w-input-selector.cpp index 237e4c4..4b77b7a 100755 --- a/src/w-input-selector.cpp +++ b/src/w-input-selector.cpp @@ -1366,7 +1366,6 @@ void _app_service(app_control_h service, void* user_data) } else if (!strncmp(mime_type, "audio/", strlen("audio/"))) { app_data->mime_type = MIME_TYPE_AUDIO; app_data->app_type = APP_TYPE_STT; - g_set_mimetype_in_app_service = true; _stt_clicked_cb((void *)app_data, NULL, NULL); if (mime_type) free(mime_type);