mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 14:12:13 +02:00
Merge pull request #2296 from vector-im/riot_2295
Fix crash in Settings in 0.8.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user