From 44ebfb92943b6e4e5dc87924efa3a7e93b362d4b Mon Sep 17 00:00:00 2001 From: "Murugan, Vimal" Date: Tue, 17 Sep 2019 16:25:00 +0530 Subject: [PATCH] fix for cxtdt_28106 --- MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift b/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift index bc1c2219..ff2e751d 100644 --- a/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift +++ b/MVMCoreUI/Atoms/Views/LabelWithInternalButton.swift @@ -174,7 +174,7 @@ public typealias CoreObjectActionLoadPresentDelegate = MVMCoreActionDelegateProt super.init(frame: .zero) setText(fullText, startTag: startTag, endTag: endTag) - actionBlock = label?.createActionBlockFrom(actionMap: actionMap, additionalData: additionalData, delegateObject: delegateObject) + setActionMap(actionMap, additionalData: additionalData, delegateObject: delegateObject) } //------------------------------------------------------