From: Jay Freeman (saurik) Date: Fri, 16 May 2014 22:53:53 +0000 (-0700) Subject: Deleting a source left the list in half-edit mode. X-Git-Tag: v1.1.10~69 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/51807490b9d639cc4bad27817134e597743e6336 Deleting a source left the list in half-edit mode. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index b8504f4b..787a78e6 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8302,6 +8302,10 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi } } +- (void) tableView:(UITableView *)tableView didEndEditingRowAtIndexPath:(NSIndexPath *)indexPath { + [self updateButtonsForEditingStatusAnimated:YES]; +} + - (void) complete { [delegate_ addTrivialSource:href_]; href_ = nil;