mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Ensure safe area usage in Changelogs Modal Bottom Sheet (#1772)
This commit is contained in:
parent
3ea6ef0bbf
commit
c981cb4a41
1 changed files with 1 additions and 0 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue