Code updated after code review

This commit is contained in:
Gil Eluard
2020-12-15 16:55:34 +01:00
parent 2740f14973
commit eb07c9ec8e
@@ -33,6 +33,7 @@ class EncryptionKeyManager: NSObject, MXKeyProviderDelegate {
private let keychainStore: KeychainStore = KeychainStore(withKeychain: Keychain(service: keychainService, accessGroup: BuildSettings.keychainAccessGroup))
private override init() {
super.init()
}
func initKeys() {