Try to fix some issues with roomList and timeline...
This commit is contained in:
parent
089e1da4b7
commit
bf57b54fee
10 changed files with 107 additions and 78 deletions
|
|
@ -6,4 +6,5 @@ data class CoroutineDispatchers(
|
|||
val io: CoroutineDispatcher,
|
||||
val computation: CoroutineDispatcher,
|
||||
val main: CoroutineDispatcher,
|
||||
val diffUpdateDispatcher: CoroutineDispatcher,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue