mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
SecutirySettingsVC: Fix commented code that did not build
This commit is contained in:
@@ -375,7 +375,7 @@ TableViewSectionsDelegate>
|
||||
Section *keybackupSection = [Section sectionWithTag:SECTION_KEYBACKUP];
|
||||
keybackupSection.headerTitle = NSLocalizedStringFromTable(@"security_settings_backup", @"Vector", nil);
|
||||
|
||||
[keybackupSection addRowsWithCount:[self keyBackupSection.numberOfRows]];
|
||||
[keybackupSection addRowsWithCount:self->keyBackupSection.numberOfRows];
|
||||
|
||||
[sections addObject:keybackupSection];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user