mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create shared AppAsset and start using it.
This commit is contained in:
@@ -210,13 +210,13 @@ final class ReaderAPIAccountViewController: UITableViewController {
|
||||
if let accountType = accountType {
|
||||
switch accountType {
|
||||
case .bazQux:
|
||||
return AppAssets.accountBazQuxImage
|
||||
return AppAsset.image(accountType: .bazQux)
|
||||
case .inoreader:
|
||||
return AppAssets.accountInoreaderImage
|
||||
return AppAsset.image(accountType: .inoreader)
|
||||
case .theOldReader:
|
||||
return AppAssets.accountTheOldReaderImage
|
||||
return AppAsset.image(accountType: .theOldReader)
|
||||
case .freshRSS:
|
||||
return AppAssets.accountFreshRSSImage
|
||||
return AppAsset.image(accountType: .freshRSS)
|
||||
default:
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user