]> git.ktnx.net Git - mobile-ledger-staging.git/commit
transaction load: replace the list atomically
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 21 Dec 2018 20:23:20 +0000 (20:23 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 21 Dec 2018 20:23:20 +0000 (20:23 +0000)
commit7c2782d1ba2a27c6d9d2ee5e48ab723e63c27d12
treeaf8b676b7b02a2bdac6fca64e5eb0c1363ae6747
parentdb8318b8cf3f8f0390e6da2cb1214546811d4388
transaction load: replace the list atomically

otherwise it was emptied and filled up sequentially, while the scroller may
request an item at a position that is not yet loaded
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListViewModel.java