🐛 Fix no safe area
This commit is contained in:
parent
ce15944018
commit
4b2ac8894d
@ -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),
|
||||
),
|
||||
],
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user