Forgot to commit calling new signature of bankUpdated

This commit is contained in:
dankito 2020-10-03 04:40:08 +02:00
parent fa1c2a0ddf
commit 99866e02be
1 changed files with 1 additions and 5 deletions

View File

@ -129,12 +129,8 @@ open class BankSettingsDialog : SettingsDialogBase() {
override fun saveChanges() {
bank.userSetDisplayName = edtxtBankName.text
bank.userName = edtxtUserName.text
bank.password = edtxtPassword.text
bank.selectedTanMethod = selectedTanMethod
presenter.bankUpdated(bank)
presenter.bankUpdated(bank, edtxtUserName.text, edtxtPassword.text, selectedTanMethod)
}
protected open fun askUserToDeleteAccount() {