🐛 Fix no safe area

This commit is contained in:
LittleSheep 2024-06-06 21:07:11 +08:00
parent ce15944018
commit 4b2ac8894d

View File

@ -63,6 +63,9 @@ class _PostDetailScreenState extends State<PostDetailScreen> {
).paddingOnly(left: 24, right: 24, top: 16),
),
PostReplyList(item: item!),
SliverToBoxAdapter(
child: SizedBox(height: MediaQuery.of(context).padding.bottom),
),
],
);
},