Removed setting selectedBank to nil for unsupported banks, there should be absolutely no use in it
This commit is contained in:
parent
c231081798
commit
147ce950f7
|
@ -107,8 +107,6 @@ struct SelectBankDialog: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
private func showBankIsNotSupportedMessage(_ bank: BankInfo) {
|
private func showBankIsNotSupportedMessage(_ bank: BankInfo) {
|
||||||
self.selectedBank = nil
|
|
||||||
|
|
||||||
self.errorMessage = Message(title: Text("\(bank.name) does not support FinTS 3.0"), message: Text("Only banks supporting FinTS 3.0 can be used in this app."))
|
self.errorMessage = Message(title: Text("\(bank.name) does not support FinTS 3.0"), message: Text("Only banks supporting FinTS 3.0 can be used in this app."))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue