add mediumType for AlbumThumbnailProvider in example app
This commit is contained in:
parent
c0bbf46ae2
commit
af3efe5207
@ -95,6 +95,7 @@ class _MyAppState extends State<MyApp> {
|
||||
MemoryImage(kTransparentImage),
|
||||
image: AlbumThumbnailProvider(
|
||||
albumId: album.id,
|
||||
mediumType: album.mediumType,
|
||||
highQuality: true,
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user