feat: New audio message design with displayed body
This commit is contained in:
parent
9b6d45c382
commit
a732ea62e2
2 changed files with 150 additions and 86 deletions
|
|
@ -151,6 +151,7 @@ class MessageContent extends StatelessWidget {
|
|||
return AudioPlayerWidget(
|
||||
event,
|
||||
color: textColor,
|
||||
fontSize: fontSize,
|
||||
);
|
||||
}
|
||||
return MessageDownloadContent(event, textColor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue