mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix overflow
This commit is contained in:
		@@ -214,8 +214,10 @@ class _MembershipsPanelState extends SafeState<MembershipsPanel> {
 | 
				
			|||||||
              size: 12,
 | 
					              size: 12,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            SizedBox(width: 5),
 | 
					            SizedBox(width: 5),
 | 
				
			||||||
            Text(ConversationsHelper.getConversationName(
 | 
					            Expanded(
 | 
				
			||||||
 | 
					              child: Text(ConversationsHelper.getConversationName(
 | 
				
			||||||
                  conversation, _usersList)),
 | 
					                  conversation, _usersList)),
 | 
				
			||||||
 | 
					            ),
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        subtitle: Text(diffTimeFromNowToStr(membership.lastActive) +
 | 
					        subtitle: Text(diffTimeFromNowToStr(membership.lastActive) +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user