mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-10 20:45:36 +02: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…
Add table
Add a link
Reference in a new issue