Actually fix merge.

This commit is contained in:
David Langley
2022-03-21 10:41:10 +00:00
parent ad35b38d90
commit da5d49f358
@@ -2478,6 +2478,7 @@ TableViewSectionsDelegate>
else if (row == LABS_ENABLE_AUTO_REPORT_DECRYPTION_ERRORS)
{
cell = [self buildAutoReportDecryptionErrorsCellForTableView:tableView atIndexPath:indexPath];
}
else if (row == LABS_USE_ONLY_LATEST_USER_AVATAR_AND_NAME_INDEX)
{
MXKTableViewCellWithLabelAndSwitch *labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];