fix: Ensure safe area usage in Changelogs Modal Bottom Sheet (#1772)

This commit is contained in:
DMzS 2024-03-23 07:51:17 -03:00 committed by GitHub
parent 3ea6ef0bbf
commit c981cb4a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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