remove duplicate

This commit is contained in:
Pfeil, Scott Robert 2020-05-22 18:38:57 -04:00
parent 0efd49e6f4
commit ba0a748ad3

View File

@ -153,7 +153,6 @@ import UIKit
override open func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable : Any]?) {
super.set(with: model, delegateObject, additionalData)
backgroundColor = tabsModel?.backgroundColor?.uiColor
self.delegateObject = delegateObject
self.additionalData = additionalData
selectedIndex = tabsModel?.selectedIndex ?? 0