image: fix bitmapprovider covers
This commit is contained in:
parent
3dbe06c0bc
commit
c74c62d9b3
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ constructor(
|
|||
target
|
||||
.onConfigRequest(
|
||||
ImageRequest.Builder(context)
|
||||
.data(listOf(song.cover))
|
||||
.data(song.cover)
|
||||
// Use ORIGINAL sizing, as we are not loading into any View-like component.
|
||||
.size(Size.ORIGINAL))
|
||||
.target(
|
||||
|
|
Loading…
Reference in a new issue