From 51807490b9d639cc4bad27817134e597743e6336 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 16 May 2014 15:53:53 -0700 Subject: [PATCH] Deleting a source left the list in half-edit mode. --- MobileCydia.mm | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.50.0