Create and use AppImages.swift for widely-referenced images.

This commit is contained in:
Brent Simmons
2018-02-17 18:19:25 -08:00
parent 58a1a92481
commit 9d39ae2de4
8 changed files with 32 additions and 15 deletions

View File

@@ -576,7 +576,7 @@ extension Feed: SmallIconProvider {
if let image = appDelegate.faviconDownloader.favicon(for: self) {
return image
}
return appDelegate.genericFeedImage
return AppImages.genericFeedImage
}
}