update image method

This commit is contained in:
Xinlei(Ryan) Pan 2020-02-12 15:32:33 -05:00
parent 0113387f00
commit e1d56bcc0c

View File

@ -752,7 +752,6 @@ extension Label {
/// Applied to existing text. Removes underlines of tappable links and assoated actionable clauses.
@objc public func clearActionableClauses() {
MVMCoreUICommonViewsUtility.commonView()
guard let attributedText = attributedText else { return }
let mutableAttributedString = NSMutableAttributedString(attributedString: attributedText)