From c214a26c5401e25353b9dacaca497ea86f6e4800 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 7 Dec 2025 19:17:20 +0100 Subject: [PATCH] Removed onChanged --- .../views/main_menu/create_game/create_game_view.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/presentation/views/main_menu/create_game/create_game_view.dart b/lib/presentation/views/main_menu/create_game/create_game_view.dart index 0a6a505..2d227d1 100644 --- a/lib/presentation/views/main_menu/create_game/create_game_view.dart +++ b/lib/presentation/views/main_menu/create_game/create_game_view.dart @@ -125,9 +125,6 @@ class _CreateGameViewState extends State { child: TextInputField( controller: _gameNameController, hintText: 'Game name', - onChanged: (value) { - setState(() {}); - }, ), ), ChooseTile(