Skip to content

Commit

Permalink
fix "Video" widget can not exist fullscreen mode (alexmercerind#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaryo authored Jul 8, 2022
1 parent d0bfe74 commit dab71e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/video.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ abstract class _VideoStateBase extends State<Video>
enterFullscreen: enterFullscreen,
exitFullscreen: exitFullscreen,
isFullscreen: true,
showFullscreenButton: widget.showFullscreenButton,
progressBarThumbRadius: widget.progressBarThumbRadius,
progressBarThumbGlowRadius:
widget.progressBarThumbGlowRadius,
Expand Down

0 comments on commit dab71e9

Please sign in to comment.