Enable Crypto SDK for production

This commit is contained in:
Andy Uhnak
2022-10-31 12:23:52 +00:00
parent f0159f42fe
commit c40a36a73d
9 changed files with 15 additions and 34 deletions
@@ -2184,9 +2184,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
[self clearCache];
// Reset Crypto SDK configuration (labs flag for which crypto module to use)
#if DEBUG
[CryptoSDKConfiguration.shared disable];
#endif
// Reset key backup banner preferences
[SecureBackupBannerPreferences.shared reset];