Try to fix some issues with roomList and timeline...

This commit is contained in:
ganfra 2022-11-14 18:06:44 +01:00
parent 089e1da4b7
commit bf57b54fee
10 changed files with 107 additions and 78 deletions

View file

@ -6,4 +6,5 @@ data class CoroutineDispatchers(
val io: CoroutineDispatcher,
val computation: CoroutineDispatcher,
val main: CoroutineDispatcher,
val diffUpdateDispatcher: CoroutineDispatcher,
)