Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huajijam committed Oct 17, 2023
1 parent e1ea430 commit 8915432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/dev/bluehouse/enablevolte/Components.kt
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ fun FiniteLoadingDialog(current: Int, total: Int) {
modifier = Modifier.semantics(mergeDescendants = true) {}.padding(top = 24.dp, bottom = 4.dp).fillMaxWidth(),
progress = current.toFloat() / total,
)
Text(stringResource(R.string.loaded,current,total))
Text(stringResource(R.string.loaded, current, total))
}
}
}
Expand Down

0 comments on commit 8915432

Please sign in to comment.