diff --git a/lib/pages/chat/events/video_player.dart b/lib/pages/chat/events/video_player.dart index ffd0b324e..882d2c950 100644 --- a/lib/pages/chat/events/video_player.dart +++ b/lib/pages/chat/events/video_player.dart @@ -51,10 +51,11 @@ class EventVideoPlayerState extends State { bool _isDownloading = false; // The video_player package only doesn't support Windows and Linux. - final _supportsVideoPlayer = - !PlatformInfos.isWindows && !PlatformInfos.isLinux; - // #Pangea + // final _supportsVideoPlayer = + // !PlatformInfos.isWindows && !PlatformInfos.isLinux; + final _supportsVideoPlayer = !PlatformInfos.isLinux; + StreamSubscription? _stopVideoSubscription; // Pangea#