From ab7dd149d3686812bc4667117a4fb704755afec0 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sun, 22 Oct 2023 09:43:27 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=88=87=E6=8D=A2=E8=87=B3=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E7=BB=A7=E7=BB=AD=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/view.dart | 1 + 1 file changed, 1 insertion(+) 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,