Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent a23b8b717b
commit df7d40ed4c

@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN
return;
}
maskedSubview.frame = self.bounds;
// The JSQ masks are RTL-safe, so we need to invert the
// The JSQ masks are not RTL-safe, so we need to invert the
// mask orientation manually.
BOOL hasOutgoingMask = self.isOutgoing ^ self.isRTL;
[JSQMessagesMediaViewBubbleImageMasker applyBubbleImageMaskToMediaView:maskedSubview isOutgoing:hasOutgoingMask];

@ -53,7 +53,6 @@ NS_ASSUME_NONNULL_BEGIN
self.placeholderView.text = NSLocalizedString(@"new_message", @"");
self.placeholderView.textColor = [UIColor lightGrayColor];
self.placeholderView.userInteractionEnabled = NO;
self.placeholderView.textAlignment = NSTextAlignmentNatural;
[self addSubview:self.placeholderView];
// We need to do these steps _after_ placeholderView is configured.

Loading…
Cancel
Save