diff --git a/lib/pages/chat/events/message_content.dart b/lib/pages/chat/events/message_content.dart index b59f254b..29f32bbe 100644 --- a/lib/pages/chat/events/message_content.dart +++ b/lib/pages/chat/events/message_content.dart @@ -114,9 +114,12 @@ class MessageContent extends StatelessWidget { return CuteContent(event); case MessageTypes.Audio: if (PlatformInfos.isMobile || - PlatformInfos.isMacOS || - PlatformInfos.isWeb || - PlatformInfos.isLinux) { + PlatformInfos.isMacOS || + PlatformInfos.isWeb + // Disabled until https://github.com/bleonard252/just_audio_mpv/issues/3 + // is fixed + // || PlatformInfos.isLinux + ) { return AudioPlayerWidget( event, color: textColor,