use fork of media gallery waiting for the pr to be merged

This commit is contained in:
Salvatore Giordano
2020-11-20 11:22:41 +01:00
parent afdd5900e2
commit c7e27577b2
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ class _MediaListViewState extends State<MediaListView> {
placeholder: MemoryImage(kTransparentImage),
image: MediaThumbnailProvider(
media: media,
highQuality: true,
),
fit: BoxFit.cover,
),