Fix glitch in unread indicator layout.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent ed0340fe66
commit 6550680f60

@ -63,6 +63,8 @@
- (void)layoutSubviews
{
[super layoutSubviews];
[self.label sizeToFit];
[self.label centerOnSuperview];
self.leftPathView.frame = CGRectMake(0, 0, self.label.left, self.height);

Loading…
Cancel
Save