chore: Follow up safearea showscaffolddialog

This commit is contained in:
krille-chan 2024-12-01 11:56:54 +01:00
parent a0cc5e5f4d
commit 0503c797cd
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ Future<void> showScaffoldDialog({
}) =>
showDialog(
context: context,
useSafeArea: false,
builder: FluffyThemes.isColumnMode(context)
? (context) => Center(
child: Container(