summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-05-16 15:53:53 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-05-16 15:53:53 -0700
commit51807490b9d639cc4bad27817134e597743e6336 (patch)
tree008cbdea4673a03447c50b09c3443ca142ce6aa7
parent2595e4c379a0a75854a02dd9fc68dae99c274434 (diff)
Deleting a source left the list in half-edit mode.
-rw-r--r--MobileCydia.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index b8504f4..787a78e 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;