mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: system navigation overlapping UI (#853)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user