fix: patcher logs hiding behind navigation bar (#1476)

This commit is contained in:
aAbed 2023-11-11 10:45:21 +05:45 committed by GitHub
parent a3adace60e
commit 5ed3ed9a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,