mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 06:15:51 +08:00
@@ -42,9 +42,7 @@ class LiveCardVApp extends StatelessWidget {
|
||||
clipBehavior: Clip.none,
|
||||
children: [
|
||||
NetworkImgLayer(
|
||||
src: showFirstFrame
|
||||
? (item.systemCover ?? item.cover)
|
||||
: item.cover,
|
||||
src: showFirstFrame ? item.systemCover : item.cover,
|
||||
width: maxWidth,
|
||||
height: maxHeight,
|
||||
type: .emote,
|
||||
|
||||
Reference in New Issue
Block a user