var -> val

This commit is contained in:
Benoit Marty 2020-04-20 15:37:23 +02:00
parent f989eed8b0
commit 91cf4b647d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import im.vector.matrix.android.internal.crypto.model.CryptoDeviceInfo
import im.vector.matrix.android.internal.crypto.store.IMXCryptoStore
internal class MXOlmEncryption(
private var roomId: String,
private val roomId: String,
private val olmDevice: MXOlmDevice,
private val cryptoStore: IMXCryptoStore,
private val messageEncrypter: MessageEncrypter,