fix black bar (#107)
This commit is contained in:
parent
922e8984f8
commit
4f3d44dfed
@ -99,10 +99,7 @@ class App extends StatelessWidget {
|
|||||||
|
|
||||||
return MediaQuery(
|
return MediaQuery(
|
||||||
data: MediaQuery.of(context).copyWith(textScaleFactor: textScaleFactor),
|
data: MediaQuery.of(context).copyWith(textScaleFactor: textScaleFactor),
|
||||||
child: SafeArea(
|
child: child ?? Container(),
|
||||||
top: false,
|
|
||||||
child: child ?? Container(),
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
title: "Filc Napló",
|
title: "Filc Napló",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 45b6c677357d9e338ee3953941d0a102e0aadfc4
|
Subproject commit 5b2e951b14e924cf07431c796b058da2becd5c46
|
Loading…
x
Reference in New Issue
Block a user