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 8c5c4796..f7370b62 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