Set the loading dialog when connecting to server to progress() loading icon
This commit is contained in:
parent
c7cb37347d
commit
2a1f2895d4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue