Add unread indicator.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-05-16 12:17:47 -04:00
parent ac458cc7ad
commit 6164f65f0a

View file

@ -47,7 +47,7 @@
pathBounds = CGRectInset(pathBounds, kLineMargin, 0);
UIBezierPath *path = [UIBezierPath bezierPathWithRect:pathBounds];
layer.path = path.CGPath;
layer.fillColor = [UIColor ows_infoMessageBorderColor].CGColor;
layer.fillColor = [[UIColor ows_infoMessageBorderColor] colorWithAlphaComponent:0.5f].CGColor;
};
self.leftPathView = [OWSBezierPathView new];