Video editor fixes

This commit is contained in:
Ilya Laktyushin
2020-05-28 07:06:33 +03:00
parent f5f44d9706
commit 00d6d4b484
11 changed files with 16 additions and 10 deletions

View File

@@ -164,7 +164,7 @@
if (recipientName.length > 0)
{
_arrowView = [[UIImageView alloc] initWithImage: TGTintedImage([UIImage imageNamed:@"Editor/Recipient"], UIColor.whiteColor)];
_arrowView = [[UIImageView alloc] initWithImage: TGComponentsImageNamed(@"PhotoPickerArrow")];
_arrowView.alpha = 0.45f;
[_wrapperView addSubview:_arrowView];