mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix issue with non-Forez groups
This commit is contained in:
parent
5d080671c3
commit
ffba5530ec
@ -80,7 +80,7 @@ class _AuthorizedGroupPageScreenState
|
|||||||
|
|
||||||
// Add group conversations
|
// Add group conversations
|
||||||
..insertAll(
|
..insertAll(
|
||||||
2,
|
(_group.isForezGroup ? 2 : 1),
|
||||||
_group.conversations
|
_group.conversations
|
||||||
.map((e) => _GroupPageTab(
|
.map((e) => _GroupPageTab(
|
||||||
widget: (c) => GroupConversationSection(conv: e),
|
widget: (c) => GroupConversationSection(conv: e),
|
||||||
|
Loading…
Reference in New Issue
Block a user