feat: New audio message design with displayed body

This commit is contained in:
krille-chan 2024-09-11 11:45:46 +02:00
commit a732ea62e2
No known key found for this signature in database
2 changed files with 150 additions and 86 deletions

View file

@ -151,6 +151,7 @@ class MessageContent extends StatelessWidget {
return AudioPlayerWidget(
event,
color: textColor,
fontSize: fontSize,
);
}
return MessageDownloadContent(event, textColor);