mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix issue with non-Forez groups
This commit is contained in:
		@@ -80,7 +80,7 @@ class _AuthorizedGroupPageScreenState
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Add group conversations
 | 
					        // Add group conversations
 | 
				
			||||||
        ..insertAll(
 | 
					        ..insertAll(
 | 
				
			||||||
            2,
 | 
					            (_group.isForezGroup ? 2 : 1),
 | 
				
			||||||
            _group.conversations
 | 
					            _group.conversations
 | 
				
			||||||
                .map((e) => _GroupPageTab(
 | 
					                .map((e) => _GroupPageTab(
 | 
				
			||||||
                    widget: (c) => GroupConversationSection(conv: e),
 | 
					                    widget: (c) => GroupConversationSection(conv: e),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user