]> git.ktnx.net Git - mobile-ledger.git/commit
drop a resource block around an SQLDatabase object
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:07:19 +0000 (19:07 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:11:45 +0000 (19:11 +0300)
commitc17ccecec53bfff9f250db515513992466a5828b
treec5a37bb46a3ecce69454e571c8268c5ac88240f3
parentc43cf79884ce46b267b8dcf9913e18b3da6490eb
drop a resource block around an SQLDatabase object

hopefully this is the last such construct which may cause the global
DB connection to be closed leading to a crash the next time it is used
app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java