projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2ce13
)
Reset waiting flag when recognition starts by widget
11/168011/1
author
Wonnam Jang
<wn.jang@samsung.com>
Tue, 16 Jan 2018 11:13:28 +0000
(20:13 +0900)
committer
Suyeon Hwang
<stom.hwang@samsung.com>
Tue, 23 Jan 2018 11:02:48 +0000
(11:02 +0000)
Change-Id: I3bbfbaa4d8bfee09563ec0ecccfdca2e167e06af
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit
2f1663d67c69531413405f80bdca4b47b5322305
)
server/vcd_server.c
patch
|
blob
|
history
diff --git
a/server/vcd_server.c
b/server/vcd_server.c
index 6cbc2b983823c4a378d8131a6db29412a141144a..d6646f21c619194c6c89b71f3569ab5291f23b1e 100755
(executable)
--- a/
server/vcd_server.c
+++ b/
server/vcd_server.c
@@
-1465,6
+1465,7
@@
int vcd_server_mgr_set_client_info(int pid)
static int __start_internal_recognition()
{
int ret;
+ vcd_client_widget_set_waiting_for_recording(-1, false);
if (0 != vcd_client_command_collect_command()) {
SLOG(LOG_ERROR, TAG_VCD, "[Client Data ERROR] Fail to collect command");