parent
78b8ed01a1
commit
312f3ddb5e
|
@ -189,7 +189,7 @@ extension MFMailComposeViewController {
|
|||
extension Infrastructure.Metadata {
|
||||
var logo: UIImage? {
|
||||
let bundle = Bundle(for: AppDelegate.self)
|
||||
guard let image = AssetImageTypeAlias(named: name.lowercased(), in: bundle, compatibleWith: nil) else {
|
||||
guard let image = AssetImageTypeAlias(named: name, in: bundle, compatibleWith: nil) else {
|
||||
return Asset.Providers.placeholder.image
|
||||
}
|
||||
return image
|
||||
|
|
Loading…
Reference in New Issue