Letztes Gametile nicht komplett sichtbar #96

Merged
sneeex merged 1 commits from bug/79-Letztes-Gametile-in-der-GamesView-ist-nicht-lesbar into development 2025-12-25 09:55:31 +00:00

View File

@@ -95,7 +95,7 @@ class _MatchViewState extends State<MatchView> {
itemBuilder: (BuildContext context, int index) { itemBuilder: (BuildContext context, int index) {
if (index == matches.length) { if (index == matches.length) {
return SizedBox( return SizedBox(
height: MediaQuery.paddingOf(context).bottom - 80, height: MediaQuery.paddingOf(context).bottom - 20,
); );
} }
return GameHistoryTile( return GameHistoryTile(