Secure backup: Create and delete key backup with 4S

This commit is contained in:
manuroe
2020-06-30 14:02:47 +02:00
parent f33604cd44
commit 06c21ecf06
2 changed files with 2 additions and 2 deletions

View File

@@ -871,7 +871,7 @@ SecureBackupSetupCoordinatorBridgePresenterDelegate>
if (recoveryService)
{
[self startActivityIndicator];
[recoveryService deleteRecoveryWithSuccess:^{
[recoveryService deleteRecoveryWithDeleteServicesBackups:YES success:^{
[self stopActivityIndicator];
[self reloadData];
} failure:^(NSError * _Nonnull error) {