opt reply item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 20:17:15 +08:00
parent 3655c31a48
commit f4d3ec39a0
45 changed files with 71 additions and 74 deletions

View File

@@ -709,7 +709,7 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
return Container(
alignment: Alignment.center,
margin: EdgeInsets.only(
bottom: MediaQuery.of(context).padding.bottom),
bottom: MediaQuery.paddingOf(context).bottom),
height: 125,
child: Text(
_controller.isEnd ? '没有更多了' : '加载中...',
@@ -722,7 +722,7 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
} else {
return ReplyItemGrpc(
replyItem: response[index],
replyLevel: '1',
replyLevel: 1,
replyReply: (replyItem, id) =>
replyReply(context, replyItem, id),
onReply: () => _controller.onReply(