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