mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix issue with Forez groups
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user