From 11c4fae547169af6d4932b831f7f6499a510452c Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Fri, 3 Oct 2025 18:52:50 +0800 Subject: [PATCH] fix progress bar Signed-off-by: bggRGjQaUbCoE --- lib/common/widgets/progress_bar/audio_video_progress_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/widgets/progress_bar/audio_video_progress_bar.dart b/lib/common/widgets/progress_bar/audio_video_progress_bar.dart index 8c5c47966..f7370b620 100644 --- a/lib/common/widgets/progress_bar/audio_video_progress_bar.dart +++ b/lib/common/widgets/progress_bar/audio_video_progress_bar.dart @@ -293,8 +293,8 @@ class ProgressBar extends LeafRenderObjectWidget { final textStyle = timeLabelTextStyle ?? theme.textTheme.bodyLarge; final textScaleFactor = MediaQuery.textScalerOf(context).scale(1); (renderObject as _RenderProgressBar) - ..progress = progress ..total = total + ..progress = progress ..buffered = buffered ?? Duration.zero ..onSeek = onSeek ..onDragStart = onDragStart