mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Align style
This commit is contained in:
@@ -1055,11 +1055,15 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
sectionHeaderView.accessoryView = updatedSectionHeaderView.accessoryView;
|
||||
sectionHeaderView.rightAccessoryView = updatedSectionHeaderView.rightAccessoryView;
|
||||
}
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
MXLogDebug(@"[RecentsViewController]: Reloading table view section %ld", indexPath.section);
|
||||
[self.recentsTableView reloadSections:[NSIndexSet indexSetWithIndex:indexPath.section] withRowAnimation:UITableViewRowAnimationNone];
|
||||
}
|
||||
} else if (!changes) {
|
||||
}
|
||||
else if (!changes)
|
||||
{
|
||||
MXLogDebug(@"[RecentsViewController]: Reloading the entire table view");
|
||||
[self refreshRecentsTable];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user