Made space at the bottom of the list smaller
This commit is contained in:
@@ -107,7 +107,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
|
|||||||
itemBuilder: (BuildContext context, int index) {
|
itemBuilder: (BuildContext context, int index) {
|
||||||
if (index == games.length) {
|
if (index == games.length) {
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: MediaQuery.paddingOf(context).bottom - 20,
|
height: MediaQuery.paddingOf(context).bottom - 80,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return GameHistoryTile(game: games[index]);
|
return GameHistoryTile(game: games[index]);
|
||||||
|
|||||||
Reference in New Issue
Block a user