Merge 935a6bb5a2 into eea4e431b4
This commit is contained in:
commit
7e67d1e92b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Future<T?> showScaffoldDialog<T>({
|
|||
required Widget Function(BuildContext context) builder,
|
||||
}) => showDialog<T>(
|
||||
context: context,
|
||||
useSafeArea: false,
|
||||
useSafeArea: true,
|
||||
builder: FluffyThemes.isColumnMode(context)
|
||||
? (context) => Center(
|
||||
child: Container(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue