Fix play button for incoming video attachments.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-03-23 16:21:11 -04:00
parent eb8d4388c6
commit d320cef1a9

View file

@ -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;