From cc97d228a725cf8249ada04cf2697f63d0e2ea02 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 5 Aug 2017 19:19:57 +0300 Subject: [PATCH] no message --- LegacyComponents/TGLocationVenueCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }]; } }