diff --git a/LegacyComponents/TGLocationVenueCell.m b/LegacyComponents/TGLocationVenueCell.m index dc9cb4ba0c..1ddbe8366a 100644 --- a/LegacyComponents/TGLocationVenueCell.m +++ b/LegacyComponents/TGLocationVenueCell.m @@ -69,7 +69,7 @@ const CGFloat TGLocationVenueCellHeight = 48.5f; } else { - [_iconView loadUri:@"embedded://" withOptions:@{ TGImageViewOptionEmbeddedImage:TGComponentsImageNamed(@"LocationGenericIcon.png)] }]; + [_iconView loadUri:@"embedded://" withOptions:@{ TGImageViewOptionEmbeddedImage:TGComponentsImageNamed(@"LocationGenericIcon.png") }]; } }