removed for testing

This commit is contained in:
Kevin G Christiano 2020-07-07 14:30:11 -04:00
parent a3ddadf14c
commit 53764d363a

View File

@ -196,7 +196,6 @@ open class LoadingSpinner: View {
strokeColor = model.strokeColor.uiColor strokeColor = model.strokeColor.uiColor
lineWidth = model.lineWidth lineWidth = model.lineWidth
pinWidthAndHeight(diameter: model.diameter) pinWidthAndHeight(diameter: model.diameter)
resumeSpinnerAfterDelay()
} }
open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? { open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? {