Fix AlsoCouldBeApply issue.

This commit is contained in:
Benoit Marty 2023-12-04 18:07:04 +01:00
parent 4632ab690d
commit f44a4a3a31

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,