chore: Follow up audioplayer on linux

fluffychat-flutterwebauto2
Krille 2 years ago
parent df3f6dd2c1
commit 49bf5bdb0a

@ -115,8 +115,11 @@ class MessageContent extends StatelessWidget {
case MessageTypes.Audio:
if (PlatformInfos.isMobile ||
PlatformInfos.isMacOS ||
PlatformInfos.isWeb ||
PlatformInfos.isLinux) {
PlatformInfos.isWeb
// Disabled until https://github.com/bleonard252/just_audio_mpv/issues/3
// is fixed
// || PlatformInfos.isLinux
) {
return AudioPlayerWidget(
event,
color: textColor,

Loading…
Cancel
Save