mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add refresh support for gallery page
This commit is contained in:
@@ -28,7 +28,11 @@ class GalleryBasicInfo extends StatelessWidget {
|
||||
child: Container(
|
||||
margin: const EdgeInsets.only(right: 8),
|
||||
child: firstPage != null
|
||||
? Thumbnail(firstPage!, fileId: fileId, gid: gMeta.gid)
|
||||
? Thumbnail(firstPage!,
|
||||
fileId: fileId,
|
||||
gid: gMeta.gid,
|
||||
key: Key(
|
||||
"thumbnail${gMeta.gid}-${firstPage!.index}-$fileId"))
|
||||
: Container(),
|
||||
)),
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user