Compare commits
3 Commits
1d4fdae84b
...
b5c17ac5a9
| Author | SHA1 | Date | |
|---|---|---|---|
| b5c17ac5a9 | |||
| 60862de4c4 | |||
| 55a22b292f |
@@ -71,7 +71,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 MatchTile(
|
||||
|
||||
Reference in New Issue
Block a user