Key Backup setup: Create the key backup using 4S if it exists

This commit is contained in:
manuroe
2021-06-16 08:18:23 +02:00
parent 2b98eccbfc
commit 43152f2b1d
11 changed files with 362 additions and 27 deletions
@@ -1720,7 +1720,7 @@ TableViewSectionsDelegate>
return cell;
}
- (void)settingsSecureBackupTableViewSectionShowKeyBackupSetup:(SettingsSecureBackupTableViewSection *)settingsSecureBackupTableViewSection
- (void)settingsSecureBackupTableViewSectionShowKeyBackupCreate:(SettingsSecureBackupTableViewSection *)settingsSecureBackupTableViewSection
{
[self showKeyBackupSetupFromSignOutFlow:NO];
}