Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Sep 6, 2024
1 parent 551bebe commit 8952480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ private fun CreateControlComposableModifyingPreview() {
@Composable
private fun CreateControlComposableSyncingPreview() {
FlipperThemeInternal {
CreateControlComposable(State.InProgress.Synchronizing(0.3f))
CreateControlComposable(State.InProgress.Synchronizing(progress = 0.3f))
}
}

0 comments on commit 8952480

Please sign in to comment.