appCoroutineScope does not have to be a class member.
This commit is contained in:
committed by
Benoit Marty
parent
7454819d74
commit
4d6a192b92
@@ -121,9 +121,9 @@ import org.matrix.rustcomponents.sdk.SyncService as ClientSyncService
|
||||
class RustMatrixClient(
|
||||
private val innerClient: Client,
|
||||
private val sessionStore: SessionStore,
|
||||
private val appCoroutineScope: CoroutineScope,
|
||||
private val sessionDelegate: RustClientSessionDelegate,
|
||||
private val innerSyncService: ClientSyncService,
|
||||
appCoroutineScope: CoroutineScope,
|
||||
dispatchers: CoroutineDispatchers,
|
||||
baseCacheDirectory: File,
|
||||
clock: SystemClock,
|
||||
|
||||
Reference in New Issue
Block a user