revert for ui

This commit is contained in:
Pfeil, Scott Robert 2021-07-20 13:38:04 -04:00
parent 9a477a11a0
commit d244c38921

View File

@ -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) {