Fixed that for unsupported banks whole bank data have been set in on selection
This commit is contained in:
parent
579250fdb8
commit
9e41fa2cac
|
@ -174,15 +174,13 @@ open class AddAccountDialog : DialogFragment() {
|
|||
}
|
||||
|
||||
protected open fun bankSelected(bank: BankInfo) {
|
||||
if (bank.supportsFinTs3_0) {
|
||||
selectedBank = bank
|
||||
selectedBank = bank
|
||||
|
||||
edtxtBankCode.setText(bank.bankCode)
|
||||
edtxtBankCode.setText(bank.bankCode)
|
||||
|
||||
edtxtFinTsServerAddress.setText(bank.pinTanAddress)
|
||||
edtxtFinTsServerAddress.setText(bank.pinTanAddress)
|
||||
|
||||
edtxtBankCode.clearListSelection()
|
||||
}
|
||||
edtxtBankCode.clearListSelection()
|
||||
|
||||
checkIfRequiredDataEnteredOnUiThread()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue