appCoroutineScope does not have to be a class member.
This commit is contained in:
parent
7454819d74
commit
4d6a192b92
1 changed files with 1 additions and 1 deletions
|
|
@ -121,9 +121,9 @@ import org.matrix.rustcomponents.sdk.SyncService as ClientSyncService
|
||||||
class RustMatrixClient(
|
class RustMatrixClient(
|
||||||
private val innerClient: Client,
|
private val innerClient: Client,
|
||||||
private val sessionStore: SessionStore,
|
private val sessionStore: SessionStore,
|
||||||
private val appCoroutineScope: CoroutineScope,
|
|
||||||
private val sessionDelegate: RustClientSessionDelegate,
|
private val sessionDelegate: RustClientSessionDelegate,
|
||||||
private val innerSyncService: ClientSyncService,
|
private val innerSyncService: ClientSyncService,
|
||||||
|
appCoroutineScope: CoroutineScope,
|
||||||
dispatchers: CoroutineDispatchers,
|
dispatchers: CoroutineDispatchers,
|
||||||
baseCacheDirectory: File,
|
baseCacheDirectory: File,
|
||||||
clock: SystemClock,
|
clock: SystemClock,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue