iOS: Fix deleting a site

This commit is contained in:
Jonathan Schleifer 2017-10-15 17:13:53 +02:00
parent 9d8e6f6761
commit 860bf727d4
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3

View file

@ -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];
}]];