Tweak read indicator color.

pull/1/head
Matthew Chen 7 years ago
parent f81aec9368
commit 63fa6f5c00

@ -117,8 +117,7 @@ NS_ASSUME_NONNULL_BEGIN
self.statusIndicatorImageView.image = self.statusIndicatorImageView.image =
[statusIndicatorImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; [statusIndicatorImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
if (messageStatus == MessageReceiptStatusRead) { if (messageStatus == MessageReceiptStatusRead) {
// TODO: Tint the icon with the conversation color. self.statusIndicatorImageView.tintColor = [UIColor ows_signalBlueColor];
self.statusIndicatorImageView.tintColor = textColor;
} else { } else {
self.statusIndicatorImageView.tintColor = textColor; self.statusIndicatorImageView.tintColor = textColor;
} }

Loading…
Cancel
Save