Removed comments

This commit is contained in:
2025-07-19 22:25:30 +02:00
parent a6ab7f76b0
commit 1935dc488c

View File

@@ -144,11 +144,9 @@ class _CreateGameViewState extends State<CreateGameView> {
),
Expanded(
child: ListView.builder(
itemCount: _playerNameTextControllers.length +
1, // +1 für den + Button
itemCount: _playerNameTextControllers.length + 1,
itemBuilder: (context, index) {
if (index == _playerNameTextControllers.length) {
// + Button als letztes Element
return Padding(
padding: const EdgeInsets.symmetric(vertical: 8.0),
child: CupertinoButton(