mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-15 13:43:56 +08:00
drop gif emote, static thumbnail gif
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -794,11 +794,13 @@ class ReplyItemGrpc extends StatelessWidget {
|
||||
spanChildren.add(
|
||||
WidgetSpan(
|
||||
child: NetworkImgLayer(
|
||||
src: emote.hasWebpUrl()
|
||||
? emote.webpUrl
|
||||
: emote.hasGifUrl()
|
||||
? emote.gifUrl
|
||||
: emote.url,
|
||||
/// remove gif
|
||||
src: 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