revert: replyitem: prefixicon

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-22 20:21:52 +08:00
parent 0fde99dc68
commit aed3b12b09
2 changed files with 4 additions and 4 deletions

View File

@@ -760,8 +760,8 @@ class ReplyItem extends StatelessWidget {
[
if (content.jumpUrl[matchStr]?['prefix_icon'] != null) ...[
WidgetSpan(
child: CachedNetworkImage(
imageUrl: content.jumpUrl[matchStr]['prefix_icon'],
child: Image.network(
content.jumpUrl[matchStr]['prefix_icon'],
height: 19,
color: Theme.of(context).colorScheme.primary,
),