remove button in match view for testing

This commit is contained in:
2026-01-11 11:28:21 +01:00
parent a480530919
commit 8ca4e3210e

View File

@@ -105,7 +105,8 @@ class _MatchViewState extends State<MatchView> {
), ),
Positioned( Positioned(
bottom: MediaQuery.paddingOf(context).bottom, bottom: MediaQuery.paddingOf(context).bottom,
child: CustomWidthButton( child: SizedBox.shrink()
/* CustomWidthButton(
text: loc.create_match, text: loc.create_match,
sizeRelativeToWidth: 0.90, sizeRelativeToWidth: 0.90,
onPressed: () async { onPressed: () async {
@@ -118,6 +119,7 @@ class _MatchViewState extends State<MatchView> {
); );
}, },
), ),
*/
), ),
], ],
), ),