Merge pull request 'Letztes Gametile nicht komplett sichtbar' (#96) from bug/79-Letztes-Gametile-in-der-GamesView-ist-nicht-lesbar into development
Reviewed-on: #96 Reviewed-by: gelbeinhalb <spam@yannick-weigert.de>
This commit was merged in pull request #96.
This commit is contained in:
@@ -95,7 +95,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