undo thing i changed
This commit is contained in:
parent
9bc774ced9
commit
f227a380fc
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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];
|
||||||
|
|
Reference in a new issue