From 3fbed055927e766c05da236b2368ef050d9f94cc Mon Sep 17 00:00:00 2001 From: opa334 Date: Sun, 4 Sep 2022 01:00:43 +0200 Subject: [PATCH] small silent fix for TrollHelper --- PersistenceHelper/TSPHRootViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PersistenceHelper/TSPHRootViewController.m b/PersistenceHelper/TSPHRootViewController.m index e08a4e9..4fcbfb7 100644 --- a/PersistenceHelper/TSPHRootViewController.m +++ b/PersistenceHelper/TSPHRootViewController.m @@ -224,7 +224,7 @@ UIAlertAction* continueAction = [UIAlertAction actionWithTitle:@"Continue" style:UIAlertActionStyleDestructive handler:^(UIAlertAction* action) { spawnRoot(helperPath(), @[@"uninstall-trollstore"]); - exit(0); + [self reloadSpecifiers]; }]; [uninstallWarningAlert addAction:continueAction];