From b1869730f5bac198e7fbb8f390d3a54197b41c0e Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Wed, 10 Apr 2019 12:43:39 -0400 Subject: [PATCH] button_delegate --- MVMCoreUI/Molecules/TwoButtonView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Molecules/TwoButtonView.swift b/MVMCoreUI/Molecules/TwoButtonView.swift index 9e6cf4ee..03f9f67b 100644 --- a/MVMCoreUI/Molecules/TwoButtonView.swift +++ b/MVMCoreUI/Molecules/TwoButtonView.swift @@ -172,7 +172,7 @@ import UIKit public convenience init(buttonSmall small: Bool, buttonMap: [AnyHashable: Any]?, actionDelegate: NSObjectProtocol?, additionalData: [AnyHashable: AnyHashable]?, buttonDelegate: Any?) { self.init() - setup(withButtonMap: buttonMap, actionDelegate: actionDelegate, additionalData: additionalData, buttonDelegate: buttonMap) + setup(withButtonMap: buttonMap, actionDelegate: actionDelegate, additionalData: additionalData, buttonDelegate: buttonDelegate) primaryButton?.setAsSmall(small) secondaryButton?.setAsSmall(small) }