fix: Disable broken audioplayer for web
This commit is contained in:
parent
86998374b9
commit
b04e710d68
2 changed files with 8 additions and 7 deletions
|
|
@ -131,9 +131,6 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (PlatformInfos.isLinux || PlatformInfos.isWindows) {
|
||||
return MessageDownloadContent(widget.event, widget.color);
|
||||
}
|
||||
return Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: <Widget>[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue