Skip to content

Commit

Permalink
fix(MultiProgressBarAnimation.kt): startTime
Browse files Browse the repository at this point in the history
  • Loading branch information
Wujiaxuan007 authored and wjx committed Dec 30, 2024
1 parent e749e3e commit 36b691a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private class ProgressTaskImpl<T>(
)
val total = scope.total

val startTime = status.pauseTime ?: now
val startTime = status.startTime ?: now
val finishTime = status.finishTime ?: now
val pauseTime = status.pauseTime ?: now

Expand Down

0 comments on commit 36b691a

Please sign in to comment.