diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-16 15:53:53 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-16 15:53:53 -0700 |
commit | 51807490b9d639cc4bad27817134e597743e6336 (patch) | |
tree | 008cbdea4673a03447c50b09c3443ca142ce6aa7 /MobileCydia.mm | |
parent | 2595e4c379a0a75854a02dd9fc68dae99c274434 (diff) |
Deleting a source left the list in half-edit mode.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 4 |
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; |