chore: Follow up search
This commit is contained in:
parent
e40e24e97d
commit
b20b599ce4
5 changed files with 32 additions and 25 deletions
|
|
@ -155,10 +155,7 @@ class MessageContent extends StatelessWidget {
|
|||
}
|
||||
return MessageDownloadContent(event, textColor);
|
||||
case MessageTypes.Video:
|
||||
if (PlatformInfos.isMobile || PlatformInfos.isWeb) {
|
||||
return EventVideoPlayer(event);
|
||||
}
|
||||
return MessageDownloadContent(event, textColor);
|
||||
return EventVideoPlayer(event);
|
||||
case MessageTypes.File:
|
||||
return MessageDownloadContent(event, textColor);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue