Forgot to push this change. Thanks CI.

This commit is contained in:
manuroe
2021-06-16 14:40:29 +02:00
parent 2dcb6bc0bf
commit 307cd429fd
@@ -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