Fix crash in Settings in 0.8.1

#2295
This commit is contained in:
manuroe
2019-02-25 16:00:47 +01:00
parent 892b92c47a
commit e7ccd9718c
2 changed files with 3 additions and 0 deletions
@@ -4256,8 +4256,10 @@ SignOutAlertPresenterDelegate>
- (void)settingsKeyBackupTableViewSectionDidUpdate:(SettingsKeyBackupTableViewSection *)settingsKeyBackupTableViewSection
{
[self.tableView beginUpdates];
[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:SETTINGS_SECTION_KEYBACKUP_INDEX]
withRowAnimation:UITableViewRowAnimationAutomatic];
[self.tableView endUpdates];
}
- (MXKTableViewCellWithTextView *)settingsKeyBackupTableViewSection:(SettingsKeyBackupTableViewSection *)settingsKeyBackupTableViewSection textCellForRow:(NSInteger)textCellForRow