From e651ae6232c2e6c738a61675b6ca2ebe11ce745a Mon Sep 17 00:00:00 2001 From: orz12 Date: Wed, 20 Dec 2023 15:56:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AB=96=E5=B1=8F=E9=9D=9E=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E7=8A=B6=E6=80=81=E5=B0=8F=E7=99=BD=E6=9D=A1=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 96a8b8fd..af51f941 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -244,7 +244,8 @@ class _VideoDetailPageState extends State } Widget childWhenDisabled = SafeArea( top: MediaQuery.of(context).orientation == Orientation.portrait, - bottom: MediaQuery.of(context).orientation == Orientation.portrait, + bottom: MediaQuery.of(context).orientation == Orientation.portrait + && plPlayerController!.isFullScreen.value, left: !plPlayerController!.isFullScreen.value, right: !plPlayerController!.isFullScreen.value, child: Stack(