mod: check reply manually

Closes #407

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-08 12:27:53 +08:00
parent 2949adbbfd
commit 0408b27ca5
9 changed files with 238 additions and 170 deletions

View File

@@ -755,6 +755,8 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
isTop: _htmlRenderCtr.hasUpTop && index == 0,
upMid: loadingState.response.subjectControl.upMid,
callback: _getImageCallback,
onCheckReply: (item) =>
_htmlRenderCtr.onCheckReply(context, item),
)
: ReplyItem(
replyItem: loadingState.response.replies[index],
@@ -772,6 +774,8 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
},
onDelete: _htmlRenderCtr.onMDelete,
callback: _getImageCallback,
onCheckReply: (item) =>
_htmlRenderCtr.onCheckReply(context, item),
);
}
},