🐛 Bug fixes on link expansion doesn't show on merged chat event

This commit is contained in:
2024-08-26 12:13:09 +08:00
parent e38778dbf9
commit fff756cbe0
3 changed files with 5 additions and 1 deletions

View File

@ -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,
),
],
);