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:
0e54493
)
Fixed Issue TSAM-6541 Unable to open Sound Player
33/80533/1
submit/tizen_mobile/20160718.150932
submit/tizen_mobile/20160719.093111
author
bhutani.92
<bhutani.92@samsung.com>
Mon, 18 Jul 2016 12:43:53 +0000
(18:13 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Mon, 18 Jul 2016 12:43:53 +0000
(18:13 +0530)
Change-Id: I57d290d749671a92208819cb780818e9680637ca
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/common/mp-app.c
patch
|
blob
|
history
diff --git
a/src/common/mp-app.c
b/src/common/mp-app.c
index 9c4ac2e12c0d0fb3017ad07cb434ab8442879512..319886d81a9d00a5a72bf4c3a09f8cf03c293f2e 100755
(executable)
--- 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
+*/
}
}