Skip to content

Commit

Permalink
[chore] #118 upload progress text to commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Jul 23, 2024
1 parent d71954b commit 5ffc5d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ internal fun MainScreen(
onClick = viewModel::dismissSnackbar,
)
if (state.isUploading) {
Text(
/*Text(
modifier = Modifier
.fillMaxSize()
.padding(40.dp),
text = state.uploadProgress.toString(),
color = RecordyTheme.colors.white,
style = RecordyTheme.typography.title1,
textAlign = TextAlign.End,
)
)*/
}
},
bottomBar = {
Expand Down

0 comments on commit 5ffc5d2

Please sign in to comment.