opt reply hint

opt mention list header

tweak

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-07 13:38:54 +08:00
parent 74f7c5d0ea
commit 5ff6ef8801
7 changed files with 28 additions and 27 deletions

View File

@@ -113,10 +113,10 @@ abstract class ReplyController<R> extends CommonListController<R, ReplyInfo> {
assert(replyItem != null || (oid != null && replyType != null));
String? hint;
try {
if (subjectControl != null) {
if (subjectControl!.hasSwitcherType() &&
subjectControl!.switcherType != 1 &&
subjectControl!.hasRootText()) {
if (subjectControl != null && subjectControl!.hasRootText()) {
if ((subjectControl!.hasSwitcherType() &&
subjectControl!.switcherType != 1) ||
subjectControl!.rootText.contains('可发评论')) {
hint = subjectControl!.rootText;
}
}