[Notification] Fixed favorite not updating when song is changed

This commit is contained in:
Prathamesh More 2021-12-07 23:03:57 +05:30
parent 05246729de
commit 5e7d69f247

View file

@ -163,6 +163,7 @@ class PlayingNotificationImpl(
onUpdate() onUpdate()
} }
}) })
updateFavorite(song, onUpdate)
} }
private fun buildPlayAction(isPlaying: Boolean): NotificationCompat.Action { private fun buildPlayAction(isPlaying: Boolean): NotificationCompat.Action {