Skip to content

Commit

Permalink
fix(components): progressdialog doesn't show the message after select…
Browse files Browse the repository at this point in the history
…ing the schema(s)
  • Loading branch information
WhiredPlanck committed Jun 30, 2021
1 parent 7b03068 commit ba5f8e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SchemaPickerDialog(
setPositiveButton(android.R.string.ok) { _, _ ->
@Suppress("DEPRECATION")
progressDialog = ProgressDialog(context).apply {
setMessage(R.string.deploy_progress)
setMessage(context.getString(R.string.deploy_progress))
}.also {
appendDialogParams(it)
it.show()
Expand Down

0 comments on commit ba5f8e3

Please sign in to comment.