Skip to content

Commit d1cbf69

Browse files
committed
appCoroutineScope does not have to be a class member.
1 parent b94925c commit d1cbf69

File tree

1 file changed

+1
-1
lines changed
  • libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl

1 file changed

+1
-1
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/RustMatrixClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ import org.matrix.rustcomponents.sdk.SyncService as ClientSyncService
121121
class RustMatrixClient(
122122
private val innerClient: Client,
123123
private val sessionStore: SessionStore,
124-
private val appCoroutineScope: CoroutineScope,
125124
private val sessionDelegate: RustClientSessionDelegate,
126125
private val innerSyncService: ClientSyncService,
126+
appCoroutineScope: CoroutineScope,
127127
dispatchers: CoroutineDispatchers,
128128
baseCacheDirectory: File,
129129
clock: SystemClock,

0 commit comments

Comments
 (0)