]> git.saurik.com Git - cydia.git/commitdiff
Removing a repository was just kind of locking up.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 30 Jan 2017 02:13:22 +0000 (18:13 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 30 Jan 2017 02:13:22 +0000 (18:13 -0800)
MobileCydia.mm

index fd225d1a9d0fb816c57d387e42c0cc004c5382ea..2e1c6887bfdb52cc00b4ffbac600984d3e4d6da5 100644 (file)
@@ -8532,8 +8532,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
 
         [Sources_ removeObjectForKey:[source key]];
 
-        [delegate_ _saveConfig];
-        [delegate_ reloadDataWithInvocation:nil];
+        [delegate_ syncData];
     }
 }