Skip to content

Commit

Permalink
TW-611: close video player in web
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn authored and hoangdat committed Sep 22, 2023
1 parent 1451370 commit 713def1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/video_viewer_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class _VideoViewerDialogState extends State<VideoViewerDialog> {
child: Video(
pauseUponEnteringBackgroundMode: true,
resumeUponEnteringForegroundMode: true,
controls: AdaptiveVideoControls,
controls: MaterialVideoControls,
controller: videoController!,
),
)
Expand Down

0 comments on commit 713def1

Please sign in to comment.