forked from github/wulkanowy-mirror
Fix last sync date to save only successful sync (#1595)
This commit is contained in:
parent
58ea2c530e
commit
09a134d442
9 changed files with 37 additions and 38 deletions
|
@ -1,11 +1,9 @@
|
|||
package io.github.wulkanowy
|
||||
|
||||
import io.github.wulkanowy.utils.DispatchersProvider
|
||||
import kotlinx.coroutines.CoroutineDispatcher
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
|
||||
class TestDispatchersProvider : DispatchersProvider() {
|
||||
|
||||
override val backgroundThread: CoroutineDispatcher
|
||||
get() = Dispatchers.Unconfined
|
||||
override val io get() = Dispatchers.Unconfined
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue