check reply inputDisable

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-09 19:00:36 +08:00
parent dfb823c30c
commit 58f3949a22

View File

@@ -114,6 +114,10 @@ abstract class ReplyController<R> extends CommonListController<R, ReplyInfo> {
String? hint;
try {
if (subjectControl != null && subjectControl!.hasRootText()) {
if (subjectControl!.inputDisable) {
SmartDialog.showToast(subjectControl!.rootText);
return;
}
if ((subjectControl!.hasSwitcherType() &&
subjectControl!.switcherType != 1) ||
subjectControl!.rootText.contains('可发评论')) {