Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Nov 19, 2024
1 parent 17ba78d commit 0d0a56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private fun Preview() {
Surface {
Progress(
progressState = { UploadWorker.UploadProgressUiState.Progress(73_614L) },
totalSizeInBytes = 3_279_218L
totalSizeInBytes = 3_279_218L,
)
}
}
Expand Down

0 comments on commit 0d0a56f

Please sign in to comment.