From d244c38921020e7262e97471ae4d3f646e67fb18 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 20 Jul 2021 13:38:04 -0400 Subject: [PATCH] revert for ui --- MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {