Fixed that after selecting a remittee from list fields didn't get validated (and button to transfer money therefore may didn't get enabled)

This commit is contained in:
dankito 2020-09-02 18:35:51 +02:00
parent 841ad7dea5
commit 4607d521b5
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,8 @@ struct TransferMoneyDialog: View {
tryToGetBicFromIban(self.remitteeIban)
validateAllFields()
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
self.showRemitteeAutocompleteList = false
}