removed setting the molecule to nil
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
50099b1cd6
commit
0f3d7c1320
@ -47,8 +47,6 @@ open class TileContainer: VDS.TileContainer, VDSMoleculeViewProtocol{
|
||||
} else if let moleculeView = ModelRegistry.createMolecule(moleculeModel, delegateObject: delegateObject, additionalData: additionalData) {
|
||||
addContentView(moleculeView)
|
||||
}
|
||||
} else {
|
||||
molecule = nil
|
||||
}
|
||||
|
||||
if let imageName = viewModel.backgroundImage {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user