From b3ab417c8555c634c70ceaa72db7d3707e3f1c89 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 29 Apr 2025 13:43:35 +0800 Subject: [PATCH] opt: pm share dyn Signed-off-by: bggRGjQaUbCoE --- lib/pages/dynamics/widgets/author_panel.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/pages/dynamics/widgets/author_panel.dart b/lib/pages/dynamics/widgets/author_panel.dart index b4703e6d..b7bd02a2 100644 --- a/lib/pages/dynamics/widgets/author_panel.dart +++ b/lib/pages/dynamics/widgets/author_panel.dart @@ -309,8 +309,9 @@ class AuthorPanel extends StatelessWidget { }, minLeadingWidth: 0, ), - if (item.basic!.commentType == 17 || - item.basic!.commentType == 11) + if ((item.basic!.commentType == 17 || + item.basic!.commentType == 11) && + item.modules.moduleBlocked == null) ListTile( title: Text( '分享至消息',