re-order
This commit is contained in:
parent
c9835475bd
commit
40efdc4968
@ -79,9 +79,9 @@ import Foundation
|
||||
|
||||
|
||||
open override func handleNewData() {
|
||||
super.handleNewData()
|
||||
setup()
|
||||
registerCells()
|
||||
registerCells()
|
||||
super.handleNewData()
|
||||
}
|
||||
|
||||
//--------------------------------------------------
|
||||
|
||||
@ -81,9 +81,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
|
||||
}
|
||||
|
||||
open override func handleNewData() {
|
||||
super.handleNewData()
|
||||
setup()
|
||||
registerWithTable()
|
||||
super.handleNewData()
|
||||
}
|
||||
|
||||
//--------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user