fix check reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-20 13:20:02 +08:00
parent 66b7d27dc4
commit ea32f705f5
2 changed files with 3 additions and 3 deletions

View File

@@ -212,10 +212,10 @@ abstract class ReplyController<R> extends CommonListController<R, ReplyInfo> {
loadingState.refresh();
}
void onCheckReply(BuildContext context, ReplyInfo item) {
void onCheckReply(BuildContext context, ReplyInfo replyInfo) {
ReplyUtils.onCheckReply(
context: context,
replyInfo: item,
replyInfo: replyInfo,
biliSendCommAntifraud: _biliSendCommAntifraud,
sourceId: sourceId,
isManual: true,