From 92eddbc928b34135ee5fe6317c9709f81a7e976e Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 23 Feb 2024 10:50:44 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E7=A7=BB=E9=99=A4=E6=A8=AA=E5=B1=8F?= =?UTF-8?q?=E7=8A=B6=E6=80=81pip=E9=99=90=E5=88=B6?= 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, 1 insertion(+), 2 deletions(-) diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 56a24a47d..0244b596f 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -275,8 +275,7 @@ class _VideoDetailPageState extends State final bool isPortrait = MediaQuery.of(context).orientation == Orientation.portrait; - /// TODO 横屏全屏状态下误触pip - if (autoPiP && routePath.startsWith('/video') && isPortrait) { + if (autoPiP && routePath.startsWith('/video')) { floating.enable( aspectRatio: Rational( videoDetailController.data.dash!.video!.first.width!,