]> git.ktnx.net Git - mobile-ledger.git/commit
drop improper list copy
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Mar 2021 21:21:07 +0000 (23:21 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Mar 2021 21:21:07 +0000 (23:21 +0200)
commitc9f30894817566586ff42216513adc4a69890da0
tree4ddcb6ee92da9c78c6b7e6810a196b520a65f6d7
parent728e2e597258e913891038ae72c2bd71dae850f6
drop improper list copy

1) the list shall be copied only when the original is the live list
2) a (proper) list copy is made just a couple of lines earlier
app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionModel.java