Implemented focusing edtxtCustomerId when a bank gets selected
This commit is contained in:
parent
f40e1aefed
commit
eb5fa350f2
|
@ -192,6 +192,8 @@ open class AddAccountDialog : DialogFragment() {
|
||||||
|
|
||||||
edtxtBankCode.setText(bank.bankCode)
|
edtxtBankCode.setText(bank.bankCode)
|
||||||
|
|
||||||
|
edtxtCustomerId.requestFocus()
|
||||||
|
|
||||||
checkIfRequiredDataEnteredOnUiThread()
|
checkIfRequiredDataEnteredOnUiThread()
|
||||||
|
|
||||||
if (bank.supportsFinTs3_0 == false) {
|
if (bank.supportsFinTs3_0 == false) {
|
||||||
|
|
Loading…
Reference in New Issue