From 08a59155f101e941708ec2024515989ad5cb2f2c Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Thu, 27 Oct 2016 15:14:10 +0900 Subject: [PATCH] Fix MIC image location in recognition failed Change-Id: Ic74e387f3ad637b78cea5fb144ef0e453e7c45a3 Signed-off-by: sungwook79.park --- src/ise-stt-mode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ise-stt-mode.cpp b/src/ise-stt-mode.cpp index ba8e0b6..0b5acf7 100644 --- a/src/ise-stt-mode.cpp +++ b/src/ise-stt-mode.cpp @@ -328,7 +328,7 @@ void set_animation_state(VoiceData *voicedata) #endif if (voicedata->effector) - voicedata->effector->Stop(true); + voicedata->effector->Start(); set_guide_text(voicedata, ""); @@ -354,7 +354,7 @@ void set_animation_state(VoiceData *voicedata) } if (voicedata->effector) - voicedata->effector->Stop(true); + voicedata->effector->Start(); voicedata->refresh_timer = ecore_timer_add(2.0, _recognition_failure_cb, voicedata); } -- 2.7.4