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:
parent
508286423b
commit
7ed3a1810f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user