mirror of https://github.com/opa334/TrollStore.git
...
This commit is contained in:
parent
de53f6adf6
commit
76efa63bec
|
@ -200,7 +200,7 @@
|
||||||
UIAlertAction* uninstallAllAction = [UIAlertAction actionWithTitle:@"Uninstall TrollStore, Uninstall Apps" style:UIAlertActionStyleDestructive handler:^(UIAlertAction* action)
|
UIAlertAction* uninstallAllAction = [UIAlertAction actionWithTitle:@"Uninstall TrollStore, Uninstall Apps" style:UIAlertActionStyleDestructive handler:^(UIAlertAction* action)
|
||||||
{
|
{
|
||||||
NSMutableArray* args = [self argsForUninstallingTrollStore];
|
NSMutableArray* args = [self argsForUninstallingTrollStore];
|
||||||
spawnRoot(rootHelperPath(), @[args], nil, nil);
|
spawnRoot(rootHelperPath(), args, nil, nil);
|
||||||
[self handleUninstallation];
|
[self handleUninstallation];
|
||||||
}];
|
}];
|
||||||
[uninstallAlert addAction:uninstallAllAction];
|
[uninstallAlert addAction:uninstallAllAction];
|
||||||
|
|
Loading…
Reference in New Issue