diff --git a/desktop/src/jvmMain/kotlin/LazyPagingItems.kt b/desktop/src/jvmMain/kotlin/LazyPagingItems.kt index 3eb68eba..ba2488b5 100644 --- a/desktop/src/jvmMain/kotlin/LazyPagingItems.kt +++ b/desktop/src/jvmMain/kotlin/LazyPagingItems.kt @@ -48,7 +48,7 @@ internal constructor( /** the [Flow] object which contains a stream of [PagingData] elements. */ private val flow: Flow> ) { - private val mainDispatcher = Dispatchers.Main + private val mainDispatcher = Dispatchers.Default /** * Contains the immutable [ItemSnapshotList] of currently presented items, including any