Merge pull request #2296 from vector-im/riot_2295

Fix crash in Settings in 0.8.1
This commit is contained in:
manuroe
2019-02-25 16:18:01 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ Improvements:
Bug fix:
* Reskin: status bar text is no more readable on iPad (#2276).
* Reskin: Text in badges should be white in dark theme (#2283).
* Crash in Settings in 0.8.1 (#2295).
Changes in 0.8.1 (2019-02-19)
===============================================
@@ -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