chore: Follow up message bubble design
This commit is contained in:
parent
6073b46cfc
commit
e0e1b65f77
3 changed files with 9 additions and 3 deletions
|
|
@ -115,7 +115,10 @@ class MessageContent extends StatelessWidget {
|
|||
);
|
||||
case MessageTypes.Sticker:
|
||||
if (event.redacted) continue textmessage;
|
||||
return Sticker(event);
|
||||
return Sticker(
|
||||
event,
|
||||
borderRadius: borderRadius,
|
||||
);
|
||||
case CuteEventContent.eventType:
|
||||
return CuteContent(event);
|
||||
case MessageTypes.Audio:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue