Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-01 17:06:21 +08:00
parent 8f08104f37
commit 37fa165f59
9 changed files with 21 additions and 39 deletions

View File

@@ -148,7 +148,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
onPressed: () {
feedBack();
_videoReplyController.onReply(
context,
null,
oid: _videoReplyController.aid,
replyType: _videoReplyController.videoType.replyType,
);
@@ -204,10 +204,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
replyItem: response[index],
replyLevel: widget.replyLevel,
replyReply: replyReply,
onReply: (replyItem) => _videoReplyController.onReply(
context,
replyItem: replyItem,
),
onReply: _videoReplyController.onReply,
onDelete: (item, subIndex) =>
_videoReplyController.onRemove(index, item, subIndex),
upMid: _videoReplyController.upMid,