summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-01-29 18:13:22 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-01-29 18:13:22 -0800
commit6406cc326ee8a4e72afe375db67c6a10c784afeb (patch)
treed018177d673280dca83823ba8b7643607f5f2cd6
parent069ee7886cc06b3db4a8d67f2a03a2f4e8d30fa6 (diff)
Removing a repository was just kind of locking up.
-rw-r--r--MobileCydia.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index fd225d1..2e1c688 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -8532,8 +8532,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
[Sources_ removeObjectForKey:[source key]];
- [delegate_ _saveConfig];
- [delegate_ reloadDataWithInvocation:nil];
+ [delegate_ syncData];
}
}