]> git.ktnx.net Git - mobile-ledger.git/commit
guard against a race condition when the transaction list is reduced while the scrolle...
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 21 Dec 2018 20:29:14 +0000 (20:29 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 21 Dec 2018 20:29:14 +0000 (20:29 +0000)
commit8efd47224289c5cd27952e448441b2197f9640d0
tree92e8688d8c9010e34a3bdb4abd3aa0d9a27e7c27
parent2f91ed329f624355043f7c3b6c75a24bb1af07a6
guard against a race condition when the transaction list is reduced while the scroller requests an item outside the range of the new list
app/src/main/java/net/ktnx/mobileledger/TransactionListAdapter.java