Skip to content

Commit

Permalink
modify ui
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jan 13, 2022
1 parent ad8b27b commit 0a95b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/screens/CommentScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class _CommentScreenState extends State<CommentScreen> {
children: [
_buildPrePage(page),
...page.docs.map((e) => _buildComment(e)),
_buildPostComment(),
_buildNextPage(page),
_buildPostComment(),
],
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/components/CommentList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class _CommentListState extends State<CommentList> {
children: [
_buildPrePage(page),
...page.docs.map((e) => _buildComment(e)),
_buildPostComment(),
_buildNextPage(page),
_buildPostComment(),
],
);
},
Expand Down

0 comments on commit 0a95b95

Please sign in to comment.