Fixed the notification not displaying in samsung devices
This commit is contained in:
parent
f06ca142f6
commit
b78d6dd8db
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class PlaybackNotification private constructor(
|
|||
setSubText(song.album.name)
|
||||
}
|
||||
|
||||
if (!settingsManager.colorizeNotif) {
|
||||
if (settingsManager.colorizeNotif) {
|
||||
// loadBitmap() is concurrent, so only call back to the object calling this function when
|
||||
// the loading is over.
|
||||
loadBitmap(context, song) { bitmap ->
|
||||
|
|
Loading…
Reference in a new issue