mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Fix issue
This commit is contained in:
@ -54,6 +54,8 @@ class JoinGroupPaneBodyState extends State<_JoinGroupPaneBody> {
|
|||||||
Future<void> _load() async {
|
Future<void> _load() async {
|
||||||
_groups = await ForezGroupsHelper.getForezGroups();
|
_groups = await ForezGroupsHelper.getForezGroups();
|
||||||
_currChoice = _groups[0].id;
|
_currChoice = _groups[0].id;
|
||||||
|
|
||||||
|
widget.onUpdated();
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Reference in New Issue
Block a user