Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-12 17:23:51 +08:00
parent 448192b635
commit e98b2b69bb
3 changed files with 12 additions and 9 deletions

View File

@@ -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,