Set the loading dialog when connecting to server to progress() loading icon

master
dtvv 2018-09-05 12:25:31 -05:00
parent c7cb37347d
commit 2a1f2895d4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class BitsharesAccountNameValidation : CustomValidationField, UIValidator {
* */
val creatingAccountMaterialDialog = CrystalDialog(activity)
creatingAccountMaterialDialog.setText(activity.resources.getString(R.string.window_create_seed_Server_validation))
creatingAccountMaterialDialog.build()
creatingAccountMaterialDialog.progress()
creatingAccountMaterialDialog.show()
val request = ValidateExistBitsharesAccountRequest(newValue)