replace bullet with center-dot unicode

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent cfe3c893d0
commit c2063d8600

@ -134,7 +134,7 @@ const CGFloat OWSMessageHeaderViewDateHeaderVMargin = 23;
NSString *title = NSLocalizedString(
@"MESSAGES_VIEW_UNREAD_INDICATOR", @"Indicator that separates read from unread messages.");
if (viewItem.shouldShowDate) {
title = [[dateString rtlSafeAppend:@" "] rtlSafeAppend:title];
title = [[dateString rtlSafeAppend:@" \u00B7 "] rtlSafeAppend:title];
}
self.titleLabel.text = title.localizedUppercaseString;

Loading…
Cancel
Save