diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 7fe72dd6..8b8b5780 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -218,6 +218,7 @@ class _PLVideoPlayerState extends State controller: videoController, controls: NoVideoControls, pauseUponEnteringBackgroundMode: !enableBackgroundPlay, + resumeUponEnteringForegroundMode: true, subtitleViewConfiguration: SubtitleViewConfiguration( style: subTitleStyle, textAlign: TextAlign.center,