]> git.ktnx.net Git - mobile-ledger.git/commit
increment the background task counter immediately before starting the task
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 5 Mar 2019 19:18:39 +0000 (21:18 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 5 Mar 2019 19:18:39 +0000 (21:18 +0200)
commitca3ae83e42a5a3d553101150711e5edb9f7d085c
treec90fc859b977897c53b621135aae5952e8fc0003
parent6381561a7e02eb6741536166b60cfdd74eb7ad23
increment the background task counter immediately before starting the task

so that the try/finally construct guarantees the correct counting
app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java