]> git.ktnx.net Git - mobile-ledger.git/commit
clear internal account list before loading accounts from the database
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 17 Jun 2020 05:31:49 +0000 (05:31 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 17 Jun 2020 05:32:43 +0000 (05:32 +0000)
commit1ad7a3b131b2510bcb9a515dafe6a08765bd6100
tree4ae8a389b23d4e24d878b55bd73b715544313782
parent650ed7db3f2371b8a7cf65b52adfceeb25e34bca
clear internal account list before loading accounts from the database

avoids accumulating multiple instances of the transaction accounts when
the same transaction is instructed to load from the database a second
time
app/src/main/java/net/ktnx/mobileledger/model/LedgerTransaction.java