mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 13:56:22 +02:00
Moves DataSource dispatcher from IO to Default
This commit is contained in:
@@ -192,7 +192,7 @@ abstract class NostrDataSource(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Refreshes observers in batches.
|
// Refreshes observers in batches.
|
||||||
private val bundler = BundledUpdate(300, Dispatchers.IO)
|
private val bundler = BundledUpdate(300, Dispatchers.Default)
|
||||||
|
|
||||||
fun invalidateFilters() {
|
fun invalidateFilters() {
|
||||||
bundler.invalidate {
|
bundler.invalidate {
|
||||||
|
Reference in New Issue
Block a user