Fixed wrong icon sometimes ending up in the media session
This commit is contained in:
parent
ddae5e2278
commit
697c199275
|
@ -1291,8 +1291,8 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
|||
}
|
||||
|
||||
private void updateNotificationAndMediaSession(final Playable p) {
|
||||
updateMediaSessionMetadata(p);
|
||||
setupNotification(p);
|
||||
updateMediaSessionMetadata(p);
|
||||
}
|
||||
|
||||
private void updateMediaSessionMetadata(final Playable p) {
|
||||
|
|
Loading…
Reference in New Issue