Fixed if all accounts have been selected displayed account transaction didn't get updated after an account has been deleted
This commit is contained in:
parent
be7357974d
commit
4e3be8f9e3
|
@ -219,7 +219,7 @@ open class BankingPresenter(
|
|||
|
||||
callAccountsChangedListeners()
|
||||
|
||||
if (wasSelected) {
|
||||
if (wasSelected || areAllAccountSelected) { // to update displayed account transactions as transactions of yet deleted accounts have to be removed
|
||||
selectedAllBankAccounts()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue