mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Code updated after code review
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user