remove boolext

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-30 22:19:32 +08:00
parent 3031d5e3b0
commit a260b1640a
55 changed files with 185 additions and 257 deletions

View File

@@ -849,7 +849,7 @@ class ReplyItemGrpc extends StatelessWidget {
for (int i = 0; i < unmatchedItems.length; i++) {
String patternStr = unmatchedItems[i];
if (content.urls[patternStr]?.extra.isWordSearch == true &&
enableWordRe.not) {
!enableWordRe) {
continue;
}
spanChildren.addAll(
@@ -1131,7 +1131,7 @@ class ReplyItemGrpc extends StatelessWidget {
leading: Icon(Icons.error_outline, color: errorColor, size: 19),
title: Text('举报', style: style!.copyWith(color: errorColor)),
),
if (replyLevel == '1' && isSubReply.not && ownerMid == upMid)
if (replyLevel == '1' && !isSubReply && ownerMid == upMid)
ListTile(
onTap: () => menuActionHandler('top'),
minLeadingWidth: 0,