fix: show Controls progress bar during drag instead of full overlay

This commit is contained in:
систем
2026-04-10 21:51:03 +08:00
parent e40a72f8c9
commit 18ecda3379
3 changed files with 15 additions and 16 deletions

View File

@@ -1667,6 +1667,7 @@ class PlPlayerController with BlockConfigMixin {
late final Map<String, ui.Image?> previewCache = {};
LoadingState<VideoShotData>? videoShot;
final RxBool isDraggingProgress = false.obs;
late final RxBool showPreview = false.obs;
late final showSeekPreview = Pref.showSeekPreview;
late final previewIndex = RxnInt();