fix black bar (#107)

This commit is contained in:
Brúnó Salomon
2022-05-10 18:00:37 +02:00
parent 922e8984f8
commit 4f3d44dfed
2 changed files with 2 additions and 5 deletions

View File

@@ -99,10 +99,7 @@ class App extends StatelessWidget {
return MediaQuery(
data: MediaQuery.of(context).copyWith(textScaleFactor: textScaleFactor),
child: SafeArea(
top: false,
child: child ?? Container(),
),
child: child ?? Container(),
);
},
title: "Filc Napló",