Merge branch 'development' into feature/100-lokalisierung-hinzufügen
This commit is contained in:
@@ -72,7 +72,7 @@ class _MatchViewState extends State<MatchView> {
|
||||
itemBuilder: (BuildContext context, int index) {
|
||||
if (index == matches.length) {
|
||||
return SizedBox(
|
||||
height: MediaQuery.paddingOf(context).bottom - 80,
|
||||
height: MediaQuery.paddingOf(context).bottom - 20,
|
||||
);
|
||||
}
|
||||
return GameHistoryTile(
|
||||
|
||||
Reference in New Issue
Block a user