mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
revert: replyitem: prefixicon
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -760,8 +760,8 @@ class ReplyItem extends StatelessWidget {
|
|||||||
[
|
[
|
||||||
if (content.jumpUrl[matchStr]?['prefix_icon'] != null) ...[
|
if (content.jumpUrl[matchStr]?['prefix_icon'] != null) ...[
|
||||||
WidgetSpan(
|
WidgetSpan(
|
||||||
child: CachedNetworkImage(
|
child: Image.network(
|
||||||
imageUrl: content.jumpUrl[matchStr]['prefix_icon'],
|
content.jumpUrl[matchStr]['prefix_icon'],
|
||||||
height: 19,
|
height: 19,
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -784,8 +784,8 @@ class ReplyItemGrpc extends StatelessWidget {
|
|||||||
[
|
[
|
||||||
if (content.url[matchStr]?.hasPrefixIcon() == true) ...[
|
if (content.url[matchStr]?.hasPrefixIcon() == true) ...[
|
||||||
WidgetSpan(
|
WidgetSpan(
|
||||||
child: CachedNetworkImage(
|
child: Image.network(
|
||||||
imageUrl: content.url[matchStr]!.prefixIcon,
|
content.url[matchStr]!.prefixIcon,
|
||||||
height: 19,
|
height: 19,
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user