MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit cd2770be26 - Show all commits

View File

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