mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-12 18:04:28 +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(
|
return showModalBottomSheet(
|
||||||
context: parentContext,
|
context: parentContext,
|
||||||
|
useSafeArea: true,
|
||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
shape: const RoundedRectangleBorder(
|
shape: const RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.vertical(top: Radius.circular(24.0)),
|
borderRadius: BorderRadius.vertical(top: Radius.circular(24.0)),
|
||||||
|
|
Loading…
Reference in a new issue