mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59: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,
|
length: _tabs.length,
|
||||||
initialIndex: widget.conversationID == null
|
initialIndex: widget.conversationID == null
|
||||||
? 0
|
? 0
|
||||||
: 1 +
|
: (_group.isForezGroup ? 2 : 1) +
|
||||||
_group.conversations
|
_group.conversations
|
||||||
.indexWhere((element) => element.id == widget.conversationID),
|
.indexWhere((element) => element.id == widget.conversationID),
|
||||||
vsync: this,
|
vsync: this,
|
||||||
|
Loading…
Reference in New Issue
Block a user