Hopefully fixed the bitmap recycled issue by setting noCache() in playing notification and widget
This commit is contained in:
parent
5a25738993
commit
1a8d20bde4
5 changed files with 5 additions and 5 deletions
|
|
@ -62,6 +62,7 @@ public class MusicPlayerWidget extends AppWidgetProvider {
|
|||
if (albumArtTask != null) albumArtTask.cancel();
|
||||
albumArtTask = Ion.with(context)
|
||||
.load(MusicUtil.getAlbumArtUri(song.albumId).toString())
|
||||
.noCache()
|
||||
.asBitmap()
|
||||
.setCallback(new FutureCallback<Bitmap>() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue