mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
fix parse dyn emoji
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -681,7 +681,11 @@ class ReplyItemGrpc extends StatelessWidget {
|
||||
spanChildren.add(
|
||||
WidgetSpan(
|
||||
child: NetworkImgLayer(
|
||||
src: emote.hasGifUrl() ? emote.gifUrl : emote.url,
|
||||
src: emote.hasWebpUrl()
|
||||
? emote.webpUrl
|
||||
: emote.hasGifUrl()
|
||||
? emote.gifUrl
|
||||
: emote.url,
|
||||
type: ImageType.emote,
|
||||
width: size,
|
||||
height: size,
|
||||
|
||||
Reference in New Issue
Block a user