From c66269bd616a22f042218087dda9089cc1e77338 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 27 Jan 2018 11:08:16 -0800 Subject: [PATCH] =?UTF-8?q?Use=20the=20generic=20feed=20image=20in=20the?= =?UTF-8?q?=20Feed=20inspector=20when=20there=E2=80=99s=20no=20favicon=20o?= =?UTF-8?q?r=20feed=20image.=20Fix=20#307.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Evergreen/Inspector/FeedInspectorViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/Inspector/FeedInspectorViewController.swift b/Evergreen/Inspector/FeedInspectorViewController.swift index de5ebe612..4214bda61 100644 --- a/Evergreen/Inspector/FeedInspectorViewController.swift +++ b/Evergreen/Inspector/FeedInspectorViewController.swift @@ -112,7 +112,7 @@ private extension FeedInspectorViewController { return } - imageView?.image = nil + imageView?.image = appDelegate.genericFeedImage } func updateName() {