Merge pull request #43 from ibrajix/test-branch
Fixed notification not displaying on Samsung devices
This commit is contained in:
commit
2358be7ba4
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