[iOS] Fix legacy toggle

This commit is contained in:
Jonathan Schleifer 2016-10-09 18:39:29 +02:00
parent c7872db0ba
commit f9c228f9ad
No known key found for this signature in database
GPG key ID: 338C3541DB54E169
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ showAlert(UIViewController *controller, NSString *title, NSString *message)
[self.mainViewController.siteStorage
setSite: name
length: length
legacy: self.legacySwitch.enabled];
legacy: self.legacySwitch.on];
[self.mainViewController.tableView reloadData];