Fix play button for incoming video attachments.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
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…
Cancel
Save