Implemented focusing edtxtCustomerId when a bank gets selected

This commit is contained in:
dankito 2020-06-24 21:50:12 +02:00
parent f40e1aefed
commit eb5fa350f2
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ open class AddAccountDialog : DialogFragment() {
edtxtBankCode.setText(bank.bankCode)
edtxtCustomerId.requestFocus()
checkIfRequiredDataEnteredOnUiThread()
if (bank.supportsFinTs3_0 == false) {