mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +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;
|
String? hint;
|
||||||
try {
|
try {
|
||||||
if (subjectControl != null && subjectControl!.hasRootText()) {
|
if (subjectControl != null && subjectControl!.hasRootText()) {
|
||||||
|
if (subjectControl!.inputDisable) {
|
||||||
|
SmartDialog.showToast(subjectControl!.rootText);
|
||||||
|
return;
|
||||||
|
}
|
||||||
if ((subjectControl!.hasSwitcherType() &&
|
if ((subjectControl!.hasSwitcherType() &&
|
||||||
subjectControl!.switcherType != 1) ||
|
subjectControl!.switcherType != 1) ||
|
||||||
subjectControl!.rootText.contains('可发评论')) {
|
subjectControl!.rootText.contains('可发评论')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user