Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 964e6f1adf
commit 78f443374f

@ -226,6 +226,8 @@ NS_ASSUME_NONNULL_BEGIN
UIImage *image = self.attachment.image;
if (!image) {
DDLogError(@"%@ Could not load image: %@", [self tag], [self.attachment mediaURL]);
OWSAssert(0);
return nil;
}
UIImageView *imageView = [[UIImageView alloc] initWithImage:image];

Loading…
Cancel
Save