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:
6515b81
)
Fixed Lockscreen music player not visiible
20/89920/1
author
bhutani.92
<bhutani.92@samsung.com>
Tue, 27 Sep 2016 12:37:02 +0000
(18:07 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Tue, 27 Sep 2016 12:37:02 +0000
(18:07 +0530)
Change-Id: I2311304656629567f21053b4c4e62bbc95ff88ae
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/widget/mp-lockscreenmini.c
patch
|
blob
|
history
diff --git
a/src/widget/mp-lockscreenmini.c
b/src/widget/mp-lockscreenmini.c
index 1ce4875fce9abe4feebec00f395bf2af3e2a215e..880fe5fee634a88fbb7279f6d4f72b662a8a6e12 100755
(executable)
--- a/
src/widget/mp-lockscreenmini.c
+++ b/
src/widget/mp-lockscreenmini.c
@@
-515,7
+515,6
@@
mp_lockscreenmini_show(struct appdata *ad)
MP_CHECK_VAL(!ad->is_lcd_off, -1);
/* Not show minicontrol when current track not exsit */
MP_CHECK_VAL(ad->current_track_info, -1);
- MP_CHECK_VAL(ad->idle_unlocked, -1);
ad->b_lockmini_show = TRUE;
mp_lockscreenmini_update(ad);