modify ui

This commit is contained in:
niuhuan 2022-01-13 14:19:57 +08:00
parent ad8b27bc5e
commit 0a95b951a6
2 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ class _CommentScreenState extends State<CommentScreen> {
children: [
_buildPrePage(page),
...page.docs.map((e) => _buildComment(e)),
_buildPostComment(),
_buildNextPage(page),
_buildPostComment(),
],
);
},

View File

@ -65,8 +65,8 @@ class _CommentListState extends State<CommentList> {
children: [
_buildPrePage(page),
...page.docs.map((e) => _buildComment(e)),
_buildPostComment(),
_buildNextPage(page),
_buildPostComment(),
],
);
},