diff --git a/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift b/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift index baab7479..d5c7de98 100644 --- a/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift +++ b/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift @@ -246,8 +246,7 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol // Refresh the cell. let indexPath = IndexPath(row: index, section: 0) - _ = tableView(tableView, cellForRowAt: indexPath) - performTableViewUpdates() + tableView.reloadRows(at: [indexPath], with: .automatic) } open override func removeMolecules(_ molecules: [ListItemModelProtocol & MoleculeModelProtocol], animation: UITableView.RowAnimation) {