mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 09:37:02 +08:00
check reply inputDisable
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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('可发评论')) {
|
||||
|
||||
Reference in New Issue
Block a user