mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
MESSENGER-3344 undecrypted contactsv2
This commit is contained in:
@@ -130,6 +130,8 @@ final class EnterPinCodeViewModel: EnterPinCodeViewModelType {
|
||||
pinCodePreferences.canUseBiometricsToUnlock = true
|
||||
pinCodePreferences.resetCounters()
|
||||
EncryptionKeyManager.shared.initKeys()
|
||||
// bwi: refresh matrix contacts here, as that can't be done before for our config
|
||||
MXKContactManager.shared().refreshMatrixContacts()
|
||||
// complete with a little delay
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
||||
self.coordinatorDelegate?.enterPinCodeViewModelDidComplete(self)
|
||||
|
||||
Reference in New Issue
Block a user