Skip to content

Commit

Permalink
fix: patcher logs hiding behind navigation bar (ReVanced#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAabedKhan committed Nov 11, 2023
1 parent a3adace commit 5ed3ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/installer/installer_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5ed3ed9

Please sign in to comment.