no message

This commit is contained in:
Peter
2017-08-05 19:19:57 +03:00
parent 5f92ce2d04
commit cc97d228a7

View File

@@ -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") }];
}
}