iOS: Fix deleting a site
This commit is contained in:
parent
9d8e6f6761
commit
860bf727d4
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue