From: Jay Freeman (saurik) Date: Mon, 30 Jan 2017 02:13:22 +0000 (-0800) Subject: Removing a repository was just kind of locking up. X-Git-Tag: v1.1.28%b8~3 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6406cc326ee8a4e72afe375db67c6a10c784afeb?ds=inline Removing a repository was just kind of locking up. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index fd225d1a..2e1c6887 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]; } }