Merge branch 'mkirk/tweak-quote-corner-radius'

This commit is contained in:
Michael Kirk 2018-07-16 17:50:29 -06:00
commit 51d753c131

View file

@ -166,7 +166,7 @@ NS_ASSUME_NONNULL_BEGIN
const CGFloat bubbleBottom = layerFrame.size.height;
const CGFloat sharpCornerRadius = 4;
const CGFloat wideCornerRadius = 10;
const CGFloat wideCornerRadius = 12;
UIBezierPath *bezierPath = [OWSBubbleView roundedBezierRectWithBubbleTop:bubbleTop
bubbleLeft:bubbleLeft