Compare commits
2 Commits
0567fce02b
...
a2e66b9c80
| Author | SHA1 | Date | |
|---|---|---|---|
| a2e66b9c80 | |||
| d7a006dd87 |
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user