fix black bar (#107)
This commit is contained in:
@@ -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ó",
|
||||
|
||||
Reference in New Issue
Block a user