Fixed displayment bug with TopCenteredMessage
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s

This commit is contained in:
2026-01-12 23:19:37 +01:00
parent 70f570489a
commit d5bd0bca5f
3 changed files with 9 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
icon: Icons.info,
title: loc.info,
message: _getInfoText(context),
fullscreen: false,
),
child: ListView.builder(
itemCount: suggestedPlayers.length,