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

@@ -95,7 +95,7 @@ class _MainReplyPageState extends State<MainReplyPage> {
try {
feedBack();
_controller.onReply(
context,
null,
oid: _controller.oid,
replyType: _controller.replyType,
);
@@ -143,10 +143,7 @@ class _MainReplyPageState extends State<MainReplyPage> {
replyLevel: 1,
replyReply: (replyItem, id) =>
replyReply(context, replyItem, id, colorScheme),
onReply: (replyItem) => _controller.onReply(
context,
replyItem: replyItem,
),
onReply: _controller.onReply,
onDelete: (item, subIndex) =>
_controller.onRemove(index, item, subIndex),
upMid: _controller.upMid,