From: bhutani.92 Date: Fri, 18 Nov 2016 09:40:59 +0000 (+0530) Subject: [TSAM-8807, TSAM-9064, TSAM-10049] Stopped auto resume of Music Player during recorder X-Git-Tag: submit/tizen_3.0/20161123.134611~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F98705%2F2;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git [TSAM-8807, TSAM-9064, TSAM-10049] Stopped auto resume of Music Player during recorder Change-Id: Ia8707aade8933a243de4d7a30ead4ffdf0b1de0e Signed-off-by: bhutani.92 --- diff --git a/src/core/mp-player-mgr.c b/src/core/mp-player-mgr.c index 30f6ea6..356281c 100755 --- a/src/core/mp-player-mgr.c +++ b/src/core/mp-player-mgr.c @@ -1170,8 +1170,6 @@ void mp_player_focus_callback(sound_stream_info_h stream_info, sound_stream_focu sound_manager_set_focus_reacquisition(ad->stream_info, EINA_FALSE); } else if (!g_strcmp0(additional_info, "cam_capture")) { sound_manager_set_focus_reacquisition(ad->stream_info, EINA_TRUE); - } else if (!g_strcmp0(additional_info, "video_capture")) { - sound_manager_set_focus_reacquisition(ad->stream_info, EINA_TRUE); } else if (reacquire_state == EINA_TRUE) { sound_manager_set_focus_reacquisition(ad->stream_info, EINA_FALSE); }