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

This reverts commit 18ecda3379.
This commit is contained in:
систем
2026-04-10 22:00:12 +08:00
parent 18ecda3379
commit 8502a40987
3 changed files with 16 additions and 15 deletions

View File

@@ -1667,7 +1667,6 @@ 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();