1
0
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:
Pierre HUBERT 2021-04-30 18:35:11 +02:00
parent 5d080671c3
commit ffba5530ec

View File

@ -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),