mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +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. */
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue