fix black bar (#107)
This commit is contained in:
@@ -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(
|
|
||||||
top: false,
|
|
||||||
child: child ?? Container(),
|
child: child ?? Container(),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
title: "Filc Napló",
|
title: "Filc Napló",
|
||||||
|
|||||||
Submodule filcnaplo_mobile_ui updated: 45b6c67735...5b2e951b14
Reference in New Issue
Block a user