teemporary fix for unselect issues

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

View File

@ -246,8 +246,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
// Refresh the cell.
let indexPath = IndexPath(row: index, section: 0)
tableView.reloadRows(at: [indexPath], with: .none)
}
_ = tableView(tableView, cellForRowAt: indexPath)
performTableViewUpdates()
}
open override func removeMolecules(_ molecules: [ListItemModelProtocol & MoleculeModelProtocol], animation: UITableView.RowAnimation) {
var indexPaths: [IndexPath] = []