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