chore: Disable audio player on linux

krille/remove-unused-translations
Krille Fear 3 years ago
parent 680dd886d8
commit 1398612190

@ -112,9 +112,12 @@ class MessageContent extends StatelessWidget {
case CuteEventContent.eventType:
return CuteContent(event);
case MessageTypes.Audio:
if (PlatformInfos.isMobile ||
PlatformInfos.isMacOS ||
PlatformInfos.isLinux) {
if (PlatformInfos.isMobile || PlatformInfos.isMacOS
// || latformInfos.isLinux
// disabled until
// https://github.com/bleonard252/just_audio_mpv/issues/3 is
// fixed
) {
return AudioPlayerWidget(
event,
color: textColor,

Loading…
Cancel
Save