diff --git a/iOS/ShowDetailsController.m b/iOS/ShowDetailsController.m index 3184716..9bfc71c 100644 --- a/iOS/ShowDetailsController.m +++ b/iOS/ShowDetailsController.m @@ -228,7 +228,7 @@ clearNSMutableString(NSMutableString *string) style: UIAlertActionStyleDestructive handler: ^ (UIAlertAction *action) { [self.mainViewController.siteStorage removeSite: _name]; - [self.mainViewController.tableView reloadData]; + [self.mainViewController reset]; [self.navigationController popViewControllerAnimated: YES]; }]];