]> git.ktnx.net Git - mobile-ledger.git/commit
Revert "speculatively update last update date before the transactions are stored"
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 23 Apr 2021 15:30:01 +0000 (15:30 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 23 Apr 2021 15:30:01 +0000 (15:30 +0000)
commitf85b93085231654f76e4d789d2b3cd667e821043
tree8ef32365a2e1f9d55b1a66821f5493a2479d3bba
parentbae2aa9ee13d2503282ab98618f0ae9a6822b8be
Revert "speculatively update last update date before the transactions are stored"

This reverts commit bae2aa9e

the code in question is run every time the transaction list is filtered
or updated. when the transaction list is updated it is OK to lie a bit,
but when the list is just filtered the timestamp of the data does not
change
app/src/main/java/net/ktnx/mobileledger/async/TransactionAccumulator.java