mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
fix check reply
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -212,10 +212,10 @@ abstract class ReplyController<R> extends CommonListController<R, ReplyInfo> {
|
|||||||
loadingState.refresh();
|
loadingState.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void onCheckReply(BuildContext context, ReplyInfo item) {
|
void onCheckReply(BuildContext context, ReplyInfo replyInfo) {
|
||||||
ReplyUtils.onCheckReply(
|
ReplyUtils.onCheckReply(
|
||||||
context: context,
|
context: context,
|
||||||
replyInfo: item,
|
replyInfo: replyInfo,
|
||||||
biliSendCommAntifraud: _biliSendCommAntifraud,
|
biliSendCommAntifraud: _biliSendCommAntifraud,
|
||||||
sourceId: sourceId,
|
sourceId: sourceId,
|
||||||
isManual: true,
|
isManual: true,
|
||||||
|
|||||||
@@ -362,7 +362,7 @@ class _VideoReplyReplyPanelState
|
|||||||
_videoReplyReplyController.count.value += 1;
|
_videoReplyReplyController.count.value += 1;
|
||||||
_videoReplyReplyController.loadingState.refresh();
|
_videoReplyReplyController.loadingState.refresh();
|
||||||
if (_videoReplyReplyController.enableCommAntifraud && mounted) {
|
if (_videoReplyReplyController.enableCommAntifraud && mounted) {
|
||||||
_videoReplyReplyController.onCheckReply(context, item);
|
_videoReplyReplyController.onCheckReply(context, replyInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user