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

@@ -362,7 +362,7 @@ class _VideoReplyReplyPanelState
_videoReplyReplyController.count.value += 1;
_videoReplyReplyController.loadingState.refresh();
if (_videoReplyReplyController.enableCommAntifraud && mounted) {
_videoReplyReplyController.onCheckReply(context, item);
_videoReplyReplyController.onCheckReply(context, replyInfo);
}
}
});