This commit is contained in:
Pfeil, Scott Robert 2020-04-08 17:24:38 -04:00
parent c9835475bd
commit 40efdc4968
2 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ import Foundation
open override func handleNewData() {
super.handleNewData()
setup()
registerCells()
registerCells()
super.handleNewData()
}
//--------------------------------------------------

View File

@ -81,9 +81,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
}
open override func handleNewData() {
super.handleNewData()
setup()
registerWithTable()
super.handleNewData()
}
//--------------------------------------------------