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
|
target
|
||||||
.onConfigRequest(
|
.onConfigRequest(
|
||||||
ImageRequest.Builder(context)
|
ImageRequest.Builder(context)
|
||||||
.data(listOf(song.cover))
|
.data(song.cover)
|
||||||
// Use ORIGINAL sizing, as we are not loading into any View-like component.
|
// Use ORIGINAL sizing, as we are not loading into any View-like component.
|
||||||
.size(Size.ORIGINAL))
|
.size(Size.ORIGINAL))
|
||||||
.target(
|
.target(
|
||||||
|
|
Loading…
Reference in a new issue