1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 12:59:21 +00:00

Fix overflow

This commit is contained in:
Pierre HUBERT 2021-03-16 19:12:37 +01:00
parent ca948e4b28
commit cc73782da9

View File

@ -214,8 +214,10 @@ class _MembershipsPanelState extends SafeState<MembershipsPanel> {
size: 12, size: 12,
), ),
SizedBox(width: 5), SizedBox(width: 5),
Text(ConversationsHelper.getConversationName( Expanded(
conversation, _usersList)), child: Text(ConversationsHelper.getConversationName(
conversation, _usersList)),
),
], ],
), ),
subtitle: Text(diffTimeFromNowToStr(membership.lastActive) + subtitle: Text(diffTimeFromNowToStr(membership.lastActive) +