idle0119
This commit is contained in:
@@ -59,7 +59,8 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
|
||||
await _initializeVideoPlayer();
|
||||
} catch (e) {
|
||||
setState(() {
|
||||
_error = 'Video format not supported in browser. Please download the file.';
|
||||
_error =
|
||||
'Video format not supported in browser. Please download the file.';
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user