mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix progress bar
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user