diff --git a/MVMCoreUI/Atoms/Views/MFLoadImageView.swift b/MVMCoreUI/Atoms/Views/MFLoadImageView.swift index 46a21f78..d94813a6 100644 --- a/MVMCoreUI/Atoms/Views/MFLoadImageView.swift +++ b/MVMCoreUI/Atoms/Views/MFLoadImageView.swift @@ -156,7 +156,7 @@ import UIKit })} } - @objc public func shouldLoadImageWithName(_ imageName: String?, width: CGFloat) -> Bool { + @objc public func shouldLoadImage(withName imageName: String?, width: CGFloat) -> Bool { // We should load a new image if there is no current image, the image names are different, the width is different, or we are using a fallback image. guard let currentWidth = self.width else { return true