Fix play button for incoming video attachments.
// FREEBIE
This commit is contained in:
parent
eb8d4388c6
commit
d320cef1a9
@ -120,7 +120,6 @@
|
||||
_videoPlayButton = [[UIImageView alloc] initWithImage:img];
|
||||
_videoPlayButton.frame = CGRectMake((size.width / 2) - 18, (size.height / 2) - 18, 37, 37);
|
||||
[self.cachedImageView addSubview:_videoPlayButton];
|
||||
_videoPlayButton.hidden = YES;
|
||||
|
||||
if (!_incoming) {
|
||||
__weak TSVideoAttachmentAdapter *weakSelf = self;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user