Tweak read indicator color.

This commit is contained in:
Matthew Chen 2018-06-29 14:33:45 -04:00
parent f81aec9368
commit 63fa6f5c00

View File

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