appCoroutineScope does not have to be a class member.
This commit is contained in:
parent
b94925c878
commit
d1cbf69af8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue