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

@@ -180,10 +180,7 @@ abstract class CommonDynPageState<T extends StatefulWidget> extends State<T>
replyLevel: 1,
replyReply: (replyItem, id) =>
replyReply(context, replyItem, id, theme),
onReply: (replyItem) => controller.onReply(
context,
replyItem: replyItem,
),
onReply: controller.onReply,
onDelete: (item, subIndex) =>
controller.onRemove(index, item, subIndex),
upMid: controller.upMid,
@@ -323,7 +320,7 @@ abstract class CommonDynPageState<T extends StatefulWidget> extends State<T>
try {
feedBack();
controller.onReply(
context,
null,
oid: controller.oid,
replyType: controller.replyType,
);