mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 06:45:54 +08:00
opt reply hint
opt mention list header tweak Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user