mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Ensure safe area usage in Changelogs Modal Bottom Sheet (#1772)
This commit is contained in:
parent
3ea6ef0bbf
commit
c981cb4a41
@ -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 New Issue
Block a user