From 74ec4ccceaa3371327c53353b6c2960fbcc1b4b8 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Mon, 11 Sep 2023 18:06:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=A8=E5=B1=8F=E6=97=B6=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E5=B7=A6=E5=8F=B3=E5=AE=89=E5=85=A8=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=20issues=20#80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/controller.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/plugin/pl_player/controller.dart b/lib/plugin/pl_player/controller.dart index 6a2ffaa2..4478e8d0 100644 --- a/lib/plugin/pl_player/controller.dart +++ b/lib/plugin/pl_player/controller.dart @@ -820,6 +820,9 @@ class PlPlayerController { builder: (context) => Dialog.fullscreen( backgroundColor: Colors.black, child: SafeArea( + // 忽略手机安全区域 + left: false, + right: false, bottom: direction.value == 'vertical' || mode == FullScreenMode.vertical ? true