mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: patcher logs hiding behind navigation bar (#1476)
This commit is contained in:
parent
a3adace60e
commit
5ed3ed9a2d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class InstallerView extends StatelessWidget {
|
|||
builder: (context, model, child) => WillPopScope(
|
||||
child: SafeArea(
|
||||
top: false,
|
||||
bottom: false,
|
||||
bottom: model.isPatching,
|
||||
child: Scaffold(
|
||||
floatingActionButton: Visibility(
|
||||
visible: !model.isPatching && !model.hasErrors,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue