projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ddc55
)
Muisc Player should not resume while recorder is paused
77/92377/1
author
bhutani.92
<bhutani.92@samsung.com>
Sat, 15 Oct 2016 07:01:17 +0000
(12:31 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Sat, 15 Oct 2016 07:01:17 +0000
(12:31 +0530)
Change-Id: Ic57aef7386aa2276b8956bb3565a93d6b59ff499
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/widget/mp-minicontroller.c
patch
|
blob
|
history
diff --git
a/src/widget/mp-minicontroller.c
b/src/widget/mp-minicontroller.c
index 58d4551a62ce051706dc0e88766b5909700d7411..2b4530245b6748233e2a7f52f0b85378bcdd4a55 100755
(executable)
--- a/
src/widget/mp-minicontroller.c
+++ b/
src/widget/mp-minicontroller.c
@@
-665,7
+665,7
@@
static void _mp_minicontroller_play_pause_btn_clicked_cb(void *data, Evas_Object
DEBUG_TRACE("Cannot resume Music Player. Speak Mode is on");
return;
}
- if (ad->recorder_state == RECORDER_DEVICE_STATE_RECORDING) {
+ if (ad->recorder_state == RECORDER_DEVICE_STATE_RECORDING
|| ad->recorder_state == RECORDER_DEVICE_STATE_PAUSED
) {
DEBUG_TRACE("Cannot resume Music Player. Video Recorder is in Use");
return;
}