From cd2770be263ce47fafca0583f6276eaa4b3d67de Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Wed, 7 Jan 2026 14:33:52 +0100 Subject: [PATCH] Removed unnessecary setStates --- .../views/main_menu/group_view/create_group_view.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/presentation/views/main_menu/group_view/create_group_view.dart b/lib/presentation/views/main_menu/group_view/create_group_view.dart index 022a4b5..8037de4 100644 --- a/lib/presentation/views/main_menu/group_view/create_group_view.dart +++ b/lib/presentation/views/main_menu/group_view/create_group_view.dart @@ -64,9 +64,6 @@ class _CreateGroupViewState extends State { child: TextInputField( controller: _groupNameController, hintText: loc.group_name, - onChanged: (value) { - setState(() {}); - }, ), ), Expanded( @@ -111,7 +108,6 @@ class _CreateGroupViewState extends State { ), ); } - setState(() {}); }, ), const SizedBox(height: 20),