Digital PCT265 story CXTDT-574791: Prevent additional reload tables in updateView.
This commit is contained in:
parent
451758f96d
commit
efa99033e9
@ -52,7 +52,9 @@ open class ThreeLayerTableViewController: ProgrammaticTableViewController, Rotor
|
||||
bottomView.updateView(width)
|
||||
showFooter(width)
|
||||
}
|
||||
tableView.reloadData()
|
||||
tableView.visibleCells.forEach { cell in
|
||||
(cell as? MVMCoreViewProtocol)?.updateView(width)
|
||||
}
|
||||
}
|
||||
|
||||
open override func updateUI(for molecules: [MoleculeModelProtocol]? = nil) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user