Fix AlsoCouldBeApply issue.
This commit is contained in:
parent
4632ab690d
commit
f44a4a3a31
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 notificationSettingsService = RustNotificationSettingsService(client, dispatchers)
|
||||
.also { it.start() }
|
||||
.apply { start() }
|
||||
private val roomSyncSubscriber = RoomSyncSubscriber(innerRoomListService, dispatchers)
|
||||
private val encryptionService = RustEncryptionService(
|
||||
client = client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue