diff options
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 6746085..1d2c1d6 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8637,8 +8637,8 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi if (editingStyle == UITableViewCellEditingStyleDelete) { Source *source = [self sourceAtIndexPath:indexPath]; [Sources_ removeObjectForKey:[source key]]; - [delegate_ reloadDataWithInvocation:nil]; [delegate_ _saveConfig]; + [delegate_ reloadDataWithInvocation:nil]; } } |