]> git.ktnx.net Git - mobile-ledger.git/commitdiff
off-load option setting DB update to the background work queue
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 15:10:29 +0000 (18:10 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 15:10:29 +0000 (18:10 +0300)
such an update may have to wait for the DB to complete any reads, like while
loading transaction data or even transaction data retrieval. that would lead
to UI freeze

delaying the update has no ill effects, since the data is needed only the next
time the app is run


No differences found