Merge pull request #43 from ibrajix/test-branch

Fixed notification not displaying on Samsung devices
This commit is contained in:
OxygenCobalt 2021-08-21 16:13:01 -06:00 committed by GitHub
commit 2358be7ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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