]> git.ktnx.net Git - mobile-ledger.git/commit
move reloading of transaction list in the postExecute method
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 5 Mar 2019 19:17:50 +0000 (21:17 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 5 Mar 2019 19:17:50 +0000 (21:17 +0200)
commit6381561a7e02eb6741536166b60cfdd74eb7ad23
treea864ec7fa6f7ef0f8c370d6cb032162a2230b67e
parent8a3bc9b6546de2a879fa1bf494909362f29e1ac0
move reloading of transaction list in the postExecute method

seems more logical, when one thread finishes and signals that to the main
thread, the new task is started
app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java