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

This commit is contained in:
dtvv 2018-09-05 12:25:31 -05:00
parent c7cb37347d
commit 2a1f2895d4

View file

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