mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-16 14:20:13 +08:00
@@ -21,7 +21,7 @@ class LiveCardVApp extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
void onLongPress() => imageSaveDialog(
|
void onLongPress() => imageSaveDialog(
|
||||||
title: item.title,
|
title: item.title,
|
||||||
cover: item.cover,
|
cover: showFirstFrame ? item.systemCover : item.cover,
|
||||||
);
|
);
|
||||||
return Card(
|
return Card(
|
||||||
clipBehavior: Clip.hardEdge,
|
clipBehavior: Clip.hardEdge,
|
||||||
|
|||||||
Reference in New Issue
Block a user