Undo a change
This commit is contained in:
parent
044e82b96f
commit
6486bfdb45
1 changed files with 1 additions and 2 deletions
|
@ -276,8 +276,7 @@ class _VideoWidgetState extends State<VideoWidget> {
|
|||
_chewieController = ChewieController(
|
||||
videoPlayerController: _videoPlayerController!,
|
||||
aspectRatio: _videoPlayerController!.value.aspectRatio,
|
||||
// autoPlay: widget.autoPlay!,
|
||||
autoPlay: true,
|
||||
autoPlay: widget.autoPlay!,
|
||||
autoInitialize: true,
|
||||
looping: true,
|
||||
allowMuting: true,
|
||||
|
|
Loading…
Reference in a new issue