mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Fix conversations appeareance in sidebar
This commit is contained in:
		@@ -207,8 +207,17 @@ class _MembershipsPanelState extends SafeState<MembershipsPanel> {
 | 
				
			|||||||
          conversation: conversation,
 | 
					          conversation: conversation,
 | 
				
			||||||
          users: _usersList,
 | 
					          users: _usersList,
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        title: Text(
 | 
					        title: Row(
 | 
				
			||||||
            ConversationsHelper.getConversationName(conversation, _usersList)),
 | 
					          children: [
 | 
				
			||||||
 | 
					            Icon(
 | 
				
			||||||
 | 
					              Icons.message,
 | 
				
			||||||
 | 
					              size: 12,
 | 
				
			||||||
 | 
					            ),
 | 
				
			||||||
 | 
					            SizedBox(width: 5),
 | 
				
			||||||
 | 
					            Text(ConversationsHelper.getConversationName(
 | 
				
			||||||
 | 
					                conversation, _usersList)),
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
        subtitle: Text(diffTimeFromNowToStr(membership.lastActive) +
 | 
					        subtitle: Text(diffTimeFromNowToStr(membership.lastActive) +
 | 
				
			||||||
            (conversation.isHavingCall ? "\n" + tr("Ongoing call") : "")),
 | 
					            (conversation.isHavingCall ? "\n" + tr("Ongoing call") : "")),
 | 
				
			||||||
        onTap: () => MainController.of(context)
 | 
					        onTap: () => MainController.of(context)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user