1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Fix issue

This commit is contained in:
2020-05-13 18:38:57 +02:00
parent e231f26231
commit 313e7a4b3c
3 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class _GroupsListScreenState extends SafeState<GroupsListScreen> {
right: 15,
bottom: 15,
child: FloatingActionButton(
heroTag: null,
child: Icon(Icons.add),
onPressed: _createGroup,
),