Letztes Tile in Matchview nicht lesbar #123

Merged
flixcoo merged 1 commits from bug/122-Letztes-Tile-in-MatchView-nicht-lesbar into development 2026-01-01 21:33:03 +00:00

View File

@@ -71,7 +71,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(