mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Move getCryptoVersion from CryptoService to Matrix companion, it does not need a session to get the value.
This simplify a lot accessing this data.
This commit is contained in:
@@ -135,6 +135,7 @@ class VectorApplication :
|
||||
SuperProperties(
|
||||
appPlatform = SuperProperties.AppPlatform.EA,
|
||||
cryptoSDK = SuperProperties.CryptoSDK.Rust,
|
||||
cryptoSDKVersion = Matrix.getCryptoVersion(longFormat = false)
|
||||
)
|
||||
)
|
||||
invitesAcceptor.initialize()
|
||||
|
Reference in New Issue
Block a user