fix: system navigation overlapping UI (#853)

This commit is contained in:
Dhruvan Bhalara
2023-05-10 15:48:51 +05:30
committed by GitHub
parent 289c6cd7a9
commit b803ce7435
4 changed files with 15 additions and 3 deletions

View File

@ -92,7 +92,10 @@ class _AppSelectorViewState extends State<AppSelectorView> {
? const AppSkeletonLoader()
: Padding(
padding: const EdgeInsets.symmetric(horizontal: 12.0)
.copyWith(bottom: 80),
.copyWith(
bottom:
MediaQuery.of(context).viewPadding.bottom + 8.0,
),
child: Column(
children: [
...model