1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Fix issue with Forez groups

This commit is contained in:
Pierre HUBERT 2021-04-27 09:47:24 +02:00
parent 508286423b
commit 7ed3a1810f

View File

@ -93,7 +93,7 @@ class _AuthorizedGroupPageScreenState
length: _tabs.length,
initialIndex: widget.conversationID == null
? 0
: 1 +
: (_group.isForezGroup ? 2 : 1) +
_group.conversations
.indexWhere((element) => element.id == widget.conversationID),
vsync: this,