AppDelegate: Handle KeyVerificationBannerPreferences.

This commit is contained in:
SBiOSoftWhare 2020-06-30 17:30:45 +02:00
parent 0f04837ce4
commit 9f925ca5c9

View file

@ -2293,6 +2293,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
// Reset key backup banner preferences
[SecureBackupBannerPreferences.shared reset];
// Reset key verification banner preferences
[KeyVerificationBannerPreferences.shared reset];
#ifdef MX_CALL_STACK_ENDPOINT
// Erase all created certificates and private keys by MXEndpointCallStack
for (MXKAccount *account in MXKAccountManager.sharedManager.accounts)