MVP-Refactoring #139

Merged
flixcoo merged 20 commits from refactoring/68-mvp-refactoring into development 2026-01-08 20:24:01 +00:00
Showing only changes of commit cd2770be26 - Show all commits

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),