Fixed the notification not displaying in samsung devices

This commit is contained in:
ibrajix 2021-08-21 20:38:50 +01:00
parent f06ca142f6
commit b78d6dd8db

View file

@ -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 ->