From 9e47ea8e1c374706f92b53bc951cdb1b048264ff Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 14 Apr 2020 15:30:15 -0400 Subject: [PATCH] remove bad remove items --- MVMCoreUI/Atomic/Organisms/Stack.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Organisms/Stack.swift b/MVMCoreUI/Atomic/Organisms/Stack.swift index d43719a9..f539cf8b 100644 --- a/MVMCoreUI/Atomic/Organisms/Stack.swift +++ b/MVMCoreUI/Atomic/Organisms/Stack.swift @@ -148,7 +148,6 @@ open class Stack: Container where T: (StackModelProtocol & MoleculeModelProto open override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) { super.set(with: model, delegateObject, additionalData) - removeAllItemViews() setStackItemsFromModel(model, delegateObject, additionalData) restack() }