From: bhutani.92 Date: Mon, 18 Jul 2016 12:43:53 +0000 (+0530) Subject: Fixed Issue TSAM-6541 Unable to open Sound Player X-Git-Tag: submit/tizen_mobile/20160718.150932^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf48e10520478b04e4dbb9e65a61724ddd70b723;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git Fixed Issue TSAM-6541 Unable to open Sound Player Change-Id: I57d290d749671a92208819cb780818e9680637ca Signed-off-by: bhutani.92 --- diff --git a/src/common/mp-app.c b/src/common/mp-app.c index 9c4ac2e..319886d 100755 --- a/src/common/mp-app.c +++ b/src/common/mp-app.c @@ -525,10 +525,12 @@ static void mp_app_now_playing_id_changed_cb(void *data, Ecore_File_Monitor *em, ad->paused_by_other_player = TRUE; mp_play_control_play_pause(ad, false); } +/* mp_minicontroller_destroy(ad); #ifdef MP_FEATURE_LOCKSCREEN mp_lockscreenmini_destroy(ad); #endif +*/ } }