mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +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();
|
||||
}
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user