mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 08:07:03 +05:30
desktop: fix missing dispatcher error
This commit is contained in:
parent
7604b776b3
commit
72a680e363
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ internal constructor(
|
||||||
/** the [Flow] object which contains a stream of [PagingData] elements. */
|
/** the [Flow] object which contains a stream of [PagingData] elements. */
|
||||||
private val flow: Flow<PagingData<T>>
|
private val flow: Flow<PagingData<T>>
|
||||||
) {
|
) {
|
||||||
private val mainDispatcher = Dispatchers.Main
|
private val mainDispatcher = Dispatchers.Default
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains the immutable [ItemSnapshotList] of currently presented items, including any
|
* Contains the immutable [ItemSnapshotList] of currently presented items, including any
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue