]> git.saurik.com Git - cydia.git/commitdiff
Deleting a source left the list in half-edit mode.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 16 May 2014 22:53:53 +0000 (15:53 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 16 May 2014 22:53:53 +0000 (15:53 -0700)
MobileCydia.mm

index b8504f4b3b19ad119f3fcc8df7563df9d6f9caf1..787a78e61b846b9ae2b4ead28c4c323dae82be33 100644 (file)
@@ -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;