Skip to content

Commit

Permalink
document rememberEstimatedProgressIndicatorState
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 4, 2025
1 parent ec844df commit 90672a1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.launch
import me.him188.ani.utils.coroutines.SingleTaskExecutor

/**
* @param initialProgress 初始进度. 此值的变更不会反应到 [EstimatedProgressIndicatorState] 中, 也就是说只有第一个值会被使用.
* @param initialVisible 初始是否可见. 此值的变更不会反应到 [EstimatedProgressIndicatorState] 中, 也就是说只有第一个值会被使用.
*/
@Composable
fun rememberEstimatedProgressIndicatorState(
initialProgress: Float = 0f,
Expand Down

0 comments on commit 90672a1

Please # to comment.