Forgot to push this change. Thanks CI.

This commit is contained in:
manuroe
2021-06-16 14:40:29 +02:00
parent b675444657
commit ced678eb0f

View File

@@ -193,7 +193,7 @@ TableViewSectionsDelegate>
if (deviceInfo)
{
secureBackupSection = [[SettingsSecureBackupTableViewSection alloc] initWithKeyBackup:self.mainSession.crypto.backup userDevice:deviceInfo];
secureBackupSection = [[SettingsSecureBackupTableViewSection alloc] initWithRecoveryService:self.mainSession.crypto.recoveryService keyBackup:self.mainSession.crypto.backup userDevice:deviceInfo];
secureBackupSection.delegate = self;
#ifdef CROSS_SIGNING_AND_BACKUP_DEV