Fix AlsoCouldBeApply issue.

This commit is contained in:
Benoit Marty
2023-12-04 18:07:04 +01:00
parent 1eeb4c6533
commit 0bd1ff9d02

View File

@@ -121,7 +121,7 @@ class RustMatrixClient constructor(
}
private val notificationService = RustNotificationService(sessionId, notificationClient, dispatchers, clock)
private val notificationSettingsService = RustNotificationSettingsService(client, dispatchers)
.also { it.start() }
.apply { start() }
private val roomSyncSubscriber = RoomSyncSubscriber(innerRoomListService, dispatchers)
private val encryptionService = RustEncryptionService(
client = client,