Fix AlsoCouldBeApply issue.
This commit is contained in:
parent
1eeb4c6533
commit
0bd1ff9d02
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class RustMatrixClient constructor(
|
||||||
}
|
}
|
||||||
private val notificationService = RustNotificationService(sessionId, notificationClient, dispatchers, clock)
|
private val notificationService = RustNotificationService(sessionId, notificationClient, dispatchers, clock)
|
||||||
private val notificationSettingsService = RustNotificationSettingsService(client, dispatchers)
|
private val notificationSettingsService = RustNotificationSettingsService(client, dispatchers)
|
||||||
.also { it.start() }
|
.apply { start() }
|
||||||
private val roomSyncSubscriber = RoomSyncSubscriber(innerRoomListService, dispatchers)
|
private val roomSyncSubscriber = RoomSyncSubscriber(innerRoomListService, dispatchers)
|
||||||
private val encryptionService = RustEncryptionService(
|
private val encryptionService = RustEncryptionService(
|
||||||
client = client,
|
client = client,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue