[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

@ -75,7 +75,7 @@ clearNSMutableString(NSMutableString *string)
self.nameField.text = [_name NSObject];
self.lengthField.text = [NSString stringWithFormat: @"%zu", _length];
self.legacySwitch.enabled = _legacy;
self.legacySwitch.on = _legacy;
}
- (void)viewDidAppear: (BOOL)animated