]> git.ktnx.net Git - mobile-ledger.git/commit
stop closing acuired db handles and leave that for the application termination
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 07:58:34 +0000 (07:58 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 07:58:34 +0000 (07:58 +0000)
commit1aadcdeec93fc8892a8323735334890cd8859c80
treeaa229dafa533ae2a7048c969dcce4c96ee3b32c9
parent5b496a241e984fe7779cffe79337c676be41e9a5
stop closing acuired db handles and leave that for the application termination

these aren't reference-counted and can be destroyed by one thread while
another still uses them
app/src/main/java/net/ktnx/mobileledger/MobileLedgerApplication.java
app/src/main/java/net/ktnx/mobileledger/async/RetrieveAccountsTask.java
app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListAdapter.java
app/src/main/java/net/ktnx/mobileledger/utils/MLDB.java