Optionaler Match-Name #121

Merged
sneeex merged 6 commits from enhancement/115-Optionaler-Match-Name into development 2026-01-01 21:50:11 +00:00
Showing only changes of commit b5c17ac5a9 - Show all commits

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 MatchTile( return MatchTile(