Removed unnessecary setStates

This commit is contained in:
2026-01-07 14:33:52 +01:00
parent e196d6e5ef
commit cd2770be26

View File

@@ -64,9 +64,6 @@ class _CreateGroupViewState extends State<CreateGroupView> {
child: TextInputField( child: TextInputField(
controller: _groupNameController, controller: _groupNameController,
hintText: loc.group_name, hintText: loc.group_name,
onChanged: (value) {
setState(() {});
},
), ),
), ),
Expanded( Expanded(
@@ -111,7 +108,6 @@ class _CreateGroupViewState extends State<CreateGroupView> {
), ),
); );
} }
setState(() {});
}, },
), ),
const SizedBox(height: 20), const SizedBox(height: 20),