🐛 Bug fixes on link expansion doesn't show on merged chat event
This commit is contained in:
@ -197,8 +197,11 @@ class ChatEvent extends StatelessWidget {
|
||||
),
|
||||
],
|
||||
).paddingOnly(right: 12),
|
||||
if (!isContentPreviewing)
|
||||
_buildLinkExpansion().paddingOnly(left: 52, right: 8),
|
||||
_buildAttachment(context, isMinimal: isContentPreviewing).paddingOnly(
|
||||
left: isContentPreviewing ? 12 : 56,
|
||||
right: 8,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
Reference in New Issue
Block a user