From: Damyan Ivanov Date: Fri, 3 May 2019 15:10:29 +0000 (+0300) Subject: off-load option setting DB update to the background work queue X-Git-Tag: v0.10.0~57 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=7c4845718e128abb52ec6eaed26940b53e1c5ee8;hp=7c4845718e128abb52ec6eaed26940b53e1c5ee8;p=mobile-ledger.git off-load option setting DB update to the background work queue 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 ---