Skip to content

Commit 91cf4b6

Browse files
committed
var -> val
1 parent f989eed commit 91cf4b6

File tree

1 file changed

+1
-1
lines changed
  • matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/algorithms/olm

1 file changed

+1
-1
lines changed

matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/algorithms/olm/MXOlmEncryption.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import im.vector.matrix.android.internal.crypto.model.CryptoDeviceInfo
2929
import im.vector.matrix.android.internal.crypto.store.IMXCryptoStore
3030

3131
internal class MXOlmEncryption(
32-
private var roomId: String,
32+
private val roomId: String,
3333
private val olmDevice: MXOlmDevice,
3434
private val cryptoStore: IMXCryptoStore,
3535
private val messageEncrypter: MessageEncrypter,

0 commit comments

Comments
 (0)