Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-22 11:49:24 +08:00
parent 2efb04f77e
commit 4ca9dfecb4
7 changed files with 16 additions and 8 deletions

View File

@@ -1977,8 +1977,8 @@ class HeaderControlState extends State<HeaderControl> {
),
if (introController.videoDetail.value.title != null &&
(isFullScreen ||
(!horizontalScreen && !isPortrait) ||
plPlayerController.isDesktopPip))
((!horizontalScreen || plPlayerController.isDesktopPip) &&
!isPortrait)))
Expanded(
child: Column(
mainAxisSize: MainAxisSize.min,