undo thing i changed

This commit is contained in:
23 Aaron 2020-02-03 22:58:42 -05:00
parent 9bc774ced9
commit f227a380fc
2 changed files with 1 additions and 1 deletions

View file

@ -58,7 +58,7 @@ NSString *backupNameSelected;
UIAlertAction* ok = [UIAlertAction okActionWithHandler:^(UIAlertAction * action) UIAlertAction* ok = [UIAlertAction okActionWithHandler:^(UIAlertAction * action)
{ {
_backupFolderArray = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:@"var/mobile/Library/FlashBack/Backups/" error:nil]; _backupFolderArray = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:@"Library/FlashBack/Backups/" error:nil];
[self->selectedBackupPickerView reloadAllComponents]; [self->selectedBackupPickerView reloadAllComponents];
[finishedCreateAlert dismissViewControllerAnimated:YES completion:nil]; [finishedCreateAlert dismissViewControllerAnimated:YES completion:nil];