opt: skip segment

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-08 09:40:45 +08:00
parent 3a0f32fce7
commit 42d7445d83
2 changed files with 10 additions and 9 deletions

View File

@@ -145,7 +145,8 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
),
),
),
if (controller.showSeekPreview)
if (controller.showSeekPreview &&
controller.showControls.value)
Positioned(
left: 0,
right: 0,