Skip to content

Commit

Permalink
fix: Ensure safe area usage in Changelogs Modal Bottom Sheet (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenic-MZS authored Mar 23, 2024
1 parent 3ea6ef0 commit c981cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/home/home_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class HomeViewModel extends BaseViewModel {
]) {
return showModalBottomSheet(
context: parentContext,
useSafeArea: true,
isScrollControlled: true,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: Radius.circular(24.0)),
Expand Down

0 comments on commit c981cb4

Please sign in to comment.