From bc516ff74c5da768bc239dcbf716caeb9b288fe6 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Tue, 23 Jul 2019 12:14:18 -0400 Subject: [PATCH] removed statement causing loop. --- MVMCoreUI/Atoms/Views/ListItemWithImage.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/ListItemWithImage.swift b/MVMCoreUI/Atoms/Views/ListItemWithImage.swift index 334020e4..0caa08d2 100644 --- a/MVMCoreUI/Atoms/Views/ListItemWithImage.swift +++ b/MVMCoreUI/Atoms/Views/ListItemWithImage.swift @@ -128,7 +128,6 @@ import UIKit title.text = "" message.text = "" - imageLoader.imageView.image = nil imageLeadingConstraint?.constant = 16 backgroundColor = nil }